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="_4d8" idsDialogTitle="IDS_PROP_dataSource" helpId="dlgChooseConnection">
- <dialogHtml><![CDATA[
- <div onkeypress="_4d8._wph( event )">
- <div HAL_dlgItemId="divConnections" class="clsListView" style="width:350px; height:300px; overflow:auto" HAL_idsAriaLabel="IDS_PROP_dataSource"></div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_4d8._9jk()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_4d8._bgn()" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|