_zcm.xml 1.0 KB

12345678910111213141516171819202122232425
  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="_zcm" idsDialogTitle="IDS_TITLE_LIST_HF" helpId="dlgListHF" dialogIcon="tool_listheaderfooter.gif">
  9. <dialogHtml><![CDATA[
  10. <div>
  11. <div HAL_dlgItemId="divListView" class="clsListView" style="height:400px; width:500px; padding:var(--16S)"></div>
  12. <div style="text-align:right; padding:2px 2px 0px 0px">
  13. <span HAL_ids="IDS_LBL_SELECTALL" class="clsHyperlink" onmousedown="_zcm._fhk()"></span>&nbsp;
  14. <span HAL_ids="IDS_LBL_DESELECTALL" class="clsHyperlink" onmousedown="_zcm._0rh()"></span>
  15. </div>
  16. <div class="clsDlgButtonBar">
  17. <button class="clsDlgButton" onclick="_zcm._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  18. <button class="clsDlgButton" onclick="_zcm._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  19. </div>
  20. </div>
  21. ]]></dialogHtml>
  22. </dialog>
  23. </resources>