1234567891011121314151617181920212223242526 |
- <!--
- 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="_c0g" idsDialogTitle="IDS_PROP_scope" helpId="dlgFilterScope">
- <dialogHtml><![CDATA[
- <div onkeypress="_c0g._wph( event )">
- <div HAL_dlgItemId="divList" class="clsListView" style="width:400px; height:300px; padding:var(--16S)"></div>
- <div style="text-align:right; padding:2px 2px 0px 0px">
- <span HAL_ids="IDS_LBL_SELECTALL" class="clsHyperlink" onmousedown="_c0g._fhk()"></span>
- <span HAL_ids="IDS_LBL_DESELECTALL" class="clsHyperlink" onmousedown="_c0g._0rh()"></span>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_c0g._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_c0g._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|