_po1.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_po1" idsDialogTitle="IDS_TITLE_MANAGE_SSR" helpId="dlgManageSharedSetReferences">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_po1._wph( event )">
  11. <div class="clsLabel" HAL_ids="IDS_LBL_SHAREDSETREFS"></div>
  12. <div HAL_dlgItemId="divRefList" class="clsListView" style="height:300px; width:650px; word-wrap: break-word;" HAL_idsAriaLabel="IDS_LBL_SHAREDSETREFS"></div>
  13. <div HAL_paneId="_po1_ButtonBarPane" class="clsDlgButtonBar">
  14. <button HAL_dlgItemId="btnEditRef" class="clsDlgButton" HAL_ids="IDS_BTN_EDIT_SSR" onclick="_po1._2sc()"></button>
  15. <button HAL_dlgItemId="btnRefreshRef" class="clsDlgButton" HAL_ids="IDS_BTN_REFRESH_SSR" onclick="_po1._4j8()"></button>
  16. <button HAL_dlgItemId="btnConvertRef" class="clsDlgButton" HAL_ids="IDS_BTN_CONVERT_SSR" onclick="_po1._fe8()"></button>
  17. </div>
  18. <div HAL_paneId="_po1_Close_ButtonBarPane" class="clsDlgButtonBar">
  19. <button class="clsDlgButton" onclick="_po1._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CLOSE"></button>
  20. </div>
  21. </div>
  22. ]]></dialogHtml>
  23. </dialog>
  24. <listView id="RefList" showColumnHeaders="true" showGridLines="true" fullRowSelect="true">
  25. <columnHeaders>
  26. <columnHeader idsLabel="IDS_COLLBL_SSR_SHARENAME" width="25%"/>
  27. <columnHeader idsLabel="IDS_COLLBL_SSR_REPORTNAME" width="20%"/>
  28. <columnHeader idsLabel="IDS_COLLBL_SSR_MESSAGE" width="*"/>
  29. </columnHeaders>
  30. <listItems/>
  31. </listView>
  32. </resources>