_lmh.xml 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  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="_lmh" idsDialogTitle="IDS_PROP_path">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_lmh._wph( event )">
  11. <div>
  12. <input HAL_dlgItemId="txtPath" class="clsTextBox clsFixedWidthFont" type="text" style="width:500px" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_PROP_path"/>
  13. </div>
  14. <div HAL_dlgItemId="divDescription" style="padding-left:4px; padding-top:12px">
  15. <label HAL_dlgItemFor="chkDescription" class="clsToggle">
  16. <input HAL_dlgItemId="chkDescription" type="checkbox"/><span>Has description</span>
  17. </label>
  18. </div>
  19. <div class="clsDlgButtonBar">
  20. <button class="clsDlgButton" onclick="_lmh._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  21. <button class="clsDlgButton" onclick="_lmh._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
  22. </div>
  23. </div>
  24. ]]></dialogHtml>
  25. </dialog>
  26. </resources>