12345678910111213141516171819202122232425262728 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2012
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_6d8" idsDialogTitle="IDS_TITLE_CONTROLQUERYNAME" helpId="dlgControlQueryName">
- <dialogHtml><![CDATA[
- <div onkeypress="_6d8._wph( event )">
- <div HAL_dlgItemId="divName" class="clsLabel" HAL_ids="IDS_LBL_NAME"></div>
- <div>
- <input HAL_dlgItemId="txtName" type="text" class="clsTextBox" style="width:300px" HAL_isSelectable="true" HAL_aria-labelledby="divName"/>
- </div>
- <div HAL_ids="IDS_CHOOSE_QUERY_NAME" class="clsLabelSequence"></div>
- <table HAL_dlgItemId="cboQueries" style="width:300px" HAL_idsAriaLabel="IDS_CHOOSE_QUERY_NAME"></table>
- <label HAL_dlgItemFor="chkShowAgain" class="clsToggle" style="white-space:nowrap; margin-top:var(--16S)">
- <input HAL_dlgItemId="chkShowAgain" type="checkbox" checked="true"/><span HAL_ids="IDS_LBL_SHOW_CONTROL_NAME_DLG"></span>
- </label>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_6d8._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_6d8._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|