1234567891011121314151617181920212223242526272829303132333435363738 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_35j" idsDialogTitle="IDS_PROP_VizLength" helpId="dlgVizLength">
- <dialogHtml><![CDATA[
- <div onkeypress="_35j._wph(event)" onkeydown="_35j._a7j(event)">
- <table cellpadding="0" cellspacing="1" class="clsDialogText" style="margin-bottom:4px">
- <tr>
- <td style="padding-right:7px">
- <table cellpadding="0" cellspacing="0" class="clsDialogText">
- <tr>
- <td><input HAL_dlgItemId="txtLength" class="clsCCHLNumeric clsTextBox" type="text" maxlength="10" HAL_isSelectable="true" style="width:90px;" HAL_idsAriaLabel="IDS_PROP_VizLength"/></td>
- <td><table HAL_dlgItemId="cboLengthUnit" class="clsCCHLCssUnitsComboBox" HAL_idsAriaLabel="IDS_LBL_UNITS"></table></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_35j._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_35j._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalResources>
- <externalResource src="cchl/res/cchl_dialog_resources.xml"/>
- </externalResources>
- <styleSheets>
- <styleSheet src="cchl/cchl_dialogs.css"/>
- </styleSheets>
- </dialog>
- </resources>
|