12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2018
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_255" idsDialogTitle="IDS_TITLE_TABLE_INSERT_FOR_PASTE" helpId="dlgTableInsert">
- <dialogHtml><![CDATA[
- <div onkeypress="_255._wph( event )">
- <table class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr>
- <td style="padding:0px 0px 20px 0px; white-space:nowrap" HAL_ids="IDS_MSG_REPORT_ASSETS_TO_PASTE"></td>
- <td style="padding:0px 0px 20px 0px; text-align:right">
- <input HAL_dlgItemId="pasteAssets" HAL_idsAriaLabel="IDS_MSG_REPORT_ASSETS_TO_PASTE" class="clsTextBox" readOnly="true" maxlength="3" HAL_isSelectable="false"/>
- </td>
- </tr>
- <tr>
- <td style="padding:0px 7px 0px 0px; white-space:nowrap" HAL_ids="IDS_LBL_TABLESIZE"></td>
- </tr>
- </table>
- <table class="clsDialogText" cellpadding="0" cellspacing="0" style="width:100%">
- <tr>
- <td style="padding:4px 5px 0px 10px; white-space:nowrap" HAL_ids="IDS_LBL_COLUMNS"></td>
- <td style="padding:4px 0px 0px 0px; width:100%; text-align:right"><input HAL_dlgItemId="txtColumns" HAL_idsAriaLabel="IDS_LBL_COLUMNS" class="clsTextBox" style="width:50px" type="text" maxlength="3" HAL_isSelectable="true"/></td>
- </tr>
- <tr>
- <td style="padding:0px 5px 0px 10px; white-space:nowrap" HAL_ids="IDS_LBL_ROWS"></td>
- <td style="width:100%; text-align:right"><input HAL_dlgItemId="txtRows" HAL_idsAriaLabel="IDS_LBL_ROWS" class="clsTextBox" style="width:50px" type="text" maxlength="3" HAL_isSelectable="true"/></td>
- </tr>
- </table>
- <table class="clsDialogText" cellpadding="0" cellspacing="0" style="width:100%">
- <td style="padding:10px 0px 0px 0px; width:100%"><hr/></td>
- <tr>
- <td style="padding:10px 7px 0px 0px; white-space:nowrap" HAL_ids="IDS_LBL_TABLESTYLE"></td>
- </tr>
- </table>
- <div style="padding:4px 0px 2px 10px">
- <label HAL_dlgItemFor="chk100PercentWidth" class="clsToggle">
- <input HAL_dlgItemId="chk100PercentWidth" type="checkbox"/><span HAL_ids="IDS_LBL_WIDTH_100_PERCENT"></span>
- </label><br/>
- <label HAL_dlgItemFor="chkBorders" class="clsToggle">
- <input HAL_dlgItemId="chkBorders" type="checkbox"/><span HAL_ids="IDS_LBL_BORDERS"></span>
- </label>
- </div>
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnNo" class="clsDlgButton" onclick="_255._9gn()" HAL_ids="IDS_HAL_BTN_NO"></button>
- <button HAL_dlgItemId="btnYes" class="clsDlgButton" onclick="_255._mzm()" HAL_ids="IDS_HAL_BTN_YES"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- </resources>
|