1234567891011121314151617181920212223242526272829303132 |
- <!--
- 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="_v4j" idsDialogTitle="IDS_PROP_CSSLength">
- <dialogHtml><![CDATA[
- <div onkeypress="_v4j._wph( event )">
- <div HAL_dlgItemId="divMsg" style="padding-top:4px" class="clsDialogText" tabIndex="0" HAL_aria-labelledby="divMsg"></div>
- <table cellpadding="0" cellspacing="0" class="clsDialogText" style="padding-left:5px">
- <tr>
- <td><input HAL_dlgItemId="txtLength" class="clsCCHLNumeric clsTextBox" type="text" maxlength="10" HAL_isSelectable="true" style="width:90px;" onkeypress="_4qn._yo3(event)" onchange="_4qn._m95( event )"/></td>
- <td><table HAL_dlgItemId="cboUnits" class="clsCssUnitsComboBox" HAL_idsAriaLabel="IDS_LBL_UNITS"></table></td>
- </tr>
- </table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_v4j._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_v4j._bgn()" HAL_ids="IDS_HAL_BTN_OK" HAL_isPrimary="true"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalResources>
- <externalResource src="cchl/res/cchl_dialog_resources.xml"/>
- </externalResources>
- <styleSheets>
- <styleSheet src="cchl/cchl_dialogs.css"/>
- </styleSheets>
- </dialog>
- </resources>
|