123456789101112131415161718192021222324252627282930313233343536 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_po1" idsDialogTitle="IDS_TITLE_MANAGE_SSR" helpId="dlgManageSharedSetReferences">
- <dialogHtml><![CDATA[
- <div onkeypress="_po1._wph( event )">
- <div class="clsLabel" HAL_ids="IDS_LBL_SHAREDSETREFS"></div>
- <div HAL_dlgItemId="divRefList" class="clsListView" style="height:300px; width:650px; word-wrap: break-word;" HAL_idsAriaLabel="IDS_LBL_SHAREDSETREFS"></div>
- <div HAL_paneId="_po1_ButtonBarPane" class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnEditRef" class="clsDlgButton" HAL_ids="IDS_BTN_EDIT_SSR" onclick="_po1._2sc()"></button>
- <button HAL_dlgItemId="btnRefreshRef" class="clsDlgButton" HAL_ids="IDS_BTN_REFRESH_SSR" onclick="_po1._4j8()"></button>
- <button HAL_dlgItemId="btnConvertRef" class="clsDlgButton" HAL_ids="IDS_BTN_CONVERT_SSR" onclick="_po1._fe8()"></button>
- </div>
- <div HAL_paneId="_po1_Close_ButtonBarPane" class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_po1._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CLOSE"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <listView id="RefList" showColumnHeaders="true" showGridLines="true" fullRowSelect="true">
- <columnHeaders>
- <columnHeader idsLabel="IDS_COLLBL_SSR_SHARENAME" width="25%"/>
- <columnHeader idsLabel="IDS_COLLBL_SSR_REPORTNAME" width="20%"/>
- <columnHeader idsLabel="IDS_COLLBL_SSR_MESSAGE" width="*"/>
- </columnHeaders>
- <listItems/>
- </listView>
- </resources>
|