1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!--
- 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="_wm9" idsDialogTitle="IDS_PROP_TableProperties" helpId="dlgTableProperties">
- <dialogHtml><![CDATA[
- <div onkeypress="_wm9._wph( event )">
- <label HAL_dlgItemFor="chkCollapse" class="clsToggle" style="margin-bottom:var(--8XS)">
- <input HAL_dlgItemId="chkCollapse" hideFocus="true" onclick="_wm9._2a2(this.checked)" type="checkbox"/><span HAL_ids="IDS_LBL_BORDER_COLLAPSE"></span>
- </label>
- <table style="width:100%" cellpadding="0" cellspacing="0">
- <tr style="vertical-align:top">
- <td style="width:70px">
- <table HAL_dlgItemId="tblBorderModel" style="empty-cells:show; margin:0px 4px 4px 24px; border:2px solid var(--ui-05); background-color:var(--ui-01); width:32px; height:32px; table-layout:fixed; line-height:0px" cellpadding="0" cellspacing="0">
- <tr>
- <td style="border:2px solid var(--ui-05)"> </td>
- <td style="border:2px solid var(--ui-05)"> </td>
- </tr>
- <tr>
- <td style="border:2px solid var(--ui-05)"> </td>
- <td style="border:2px solid var(--ui-05)"> </td>
- </tr>
- </table>
- </td>
- <td>
- <fieldset HAL_dlgItemId="fsSeparateBorderModel" style="width:100%">
- <div style="padding:var(--16S)">
- <div>
- <span HAL_ids="IDS_LBL_BORDER_SPACING"></span> <input HAL_dlgItemId="txtBorderSpacing" class="clsCCHLNumeric clsTextBox" type="text" maxlength="10" HAL_isSelectable="true" style="width:90px; vertical-align:middle" HAL_idsAriaLabel="IDS_AC_CELL_SPACING"/> <span HAL_ids="IDS_HAL_CSS_LENGTH_UNIT_PX"></span>
- </div>
- <div style="padding-top:var(--16S)">
- <label HAL_dlgItemFor="chkShowEmptyCells" class="clsToggle">
- <input HAL_dlgItemId="chkShowEmptyCells" hideFocus="true" type="checkbox"/><span HAL_ids="IDS_LBL_EMPTY_CELLS"></span>
- </label>
- </div>
- </div>
- </fieldset>
- </td>
- </tr>
- </table>
- <label HAL_dlgItemFor="chkFixedSize" class="clsToggle" style="margin-top:var(--16S)">
- <input HAL_dlgItemId="chkFixedSize" hideFocus="true" type="checkbox"/><span HAL_ids="IDS_LBL_FIXED_TABLE"></span>
- </label>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_wm9._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button class="clsDlgButton" onclick="_wm9._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
- <button class="clsDlgButton" onclick="_wm9._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <styleSheets>
- <styleSheet src="cchl/cchl_dialogs.css"/>
- </styleSheets>
- </dialog>
- </resources>
|