_6d8.xml 1.3 KB

12345678910111213141516171819202122232425262728
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2012
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_6d8" idsDialogTitle="IDS_TITLE_CONTROLQUERYNAME" helpId="dlgControlQueryName">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_6d8._wph( event )">
  11. <div HAL_dlgItemId="divName" class="clsLabel" HAL_ids="IDS_LBL_NAME"></div>
  12. <div>
  13. <input HAL_dlgItemId="txtName" type="text" class="clsTextBox" style="width:300px" HAL_isSelectable="true" HAL_aria-labelledby="divName"/>
  14. </div>
  15. <div HAL_ids="IDS_CHOOSE_QUERY_NAME" class="clsLabelSequence"></div>
  16. <table HAL_dlgItemId="cboQueries" style="width:300px" HAL_idsAriaLabel="IDS_CHOOSE_QUERY_NAME"></table>
  17. <label HAL_dlgItemFor="chkShowAgain" class="clsToggle" style="white-space:nowrap; margin-top:var(--16S)">
  18. <input HAL_dlgItemId="chkShowAgain" type="checkbox" checked="true"/><span HAL_ids="IDS_LBL_SHOW_CONTROL_NAME_DLG"></span>
  19. </label>
  20. <div class="clsDlgButtonBar">
  21. <button class="clsDlgButton" onclick="_6d8._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  22. <button class="clsDlgButton" onclick="_6d8._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
  23. </div>
  24. </div>
  25. ]]></dialogHtml>
  26. </dialog>
  27. </resources>