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