123456789101112131415161718192021 |
- <!--
- 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="_05j" idsDialogTitle="IDS_PROP_parameter">
- <dialogHtml><![CDATA[
- <div onkeypress="_05j._wph( event )">
- <table HAL_dlgItemId="cboParameter" style="width:300px"></table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_05j._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_05j._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|