1234567891011121314151617181920 |
- <!--
- 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="_94b" idsDialogTitle="IDS_TITLE_CREATEFILTER" helpId="dlgChooseDataItem">
- <dialogHtml><![CDATA[
- <div onkeypress="_94b._wph( event )">
- <table HAL_dlgItemId="cboDataItems" style="width:350px" HAL_idsAriaLabel="IDS_LBL_DATAITEMS"></table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_94b._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="OKButton" class="clsDlgButton" onclick="_94b._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isDefault="true"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|