mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-28 01:38:01 +08:00
[DE PE SSE] Fix bug 67584
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<div id="id-autocorrect-dialog-settings-math" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td style="padding-bottom: 8px;">
|
||||
<div id="auto-correct-chb-replace-type"></div>
|
||||
@ -35,7 +35,7 @@
|
||||
</div>
|
||||
<div id="id-autocorrect-dialog-settings-recognized" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td style="padding-bottom: 8px;">
|
||||
<label><%= scope.textRecognizedDesc %></label>
|
||||
@ -99,7 +99,7 @@
|
||||
</div>
|
||||
<div id="id-autocorrect-dialog-settings-exceptions" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td style="padding-bottom: 12px;">
|
||||
<div id="auto-correct-exceptions-chk-sentence" style="padding-bottom: 8px;"></div>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div id="search-container">
|
||||
<div id="search-adv-settings">
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="padding-small"><div id="search-adv-text"></div></td>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
@ -58,7 +58,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1" id="chart-panel-3d-rotate">
|
||||
<table cols="1" id="chart-panel-3d-rotate" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -121,7 +121,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" colspan=2>
|
||||
<div class="separator horizontal"></div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-control-settings-general" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="input-label"><%= scope.textName %></label>
|
||||
@ -30,7 +30,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2" style="width: auto;">
|
||||
<table cols="2" style="width: auto;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" colspan="2">
|
||||
<label class="header"><%= scope.textAppearance %></label>
|
||||
@ -62,7 +62,7 @@
|
||||
</div>
|
||||
<div id="id-adv-control-settings-lock" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="control-settings-chb-lock-delete"></div>
|
||||
@ -78,7 +78,7 @@
|
||||
</div>
|
||||
<div id="id-adv-control-settings-list" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header" style="width: 99px;"><%= scope.textDisplayName %></label>
|
||||
@ -103,7 +103,7 @@
|
||||
</div>
|
||||
<div id="id-adv-control-settings-date" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label><%= scope.textFormat %></label>
|
||||
@ -134,7 +134,7 @@
|
||||
</div>
|
||||
<div id="id-adv-control-settings-checkbox" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: auto;">
|
||||
<table cols="2" style="width: auto;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="input-label margin-right-10"><%= scope.textChecked %></label>
|
||||
@ -156,7 +156,7 @@
|
||||
</div>
|
||||
<div id="id-adv-control-settings-additional" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr class="group-key">
|
||||
<td class="padding-small">
|
||||
<label class="input-label"><%= scope.textGroupKey %></label>
|
||||
@ -191,7 +191,7 @@
|
||||
</div>
|
||||
<div id="id-adv-control-settings-field" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: auto;">
|
||||
<table cols="2" style="width: auto;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" colspan="2">
|
||||
<div id="control-settings-chb-max-chars" class="margin-right-10" style="display: inline-block;"></div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-dropcap-frame" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="3" style="width: 100%">
|
||||
<table cols="3" style="width: 100%" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<label class="header padding-small"><%= scope.textPosition %></label>
|
||||
@ -131,7 +131,7 @@
|
||||
<div id="drop-advanced-input-fonts" class="padding-small" style="width: 100%;"></div>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<label class="input-label"><%= scope.textRowHeight %></label>
|
||||
@ -177,7 +177,7 @@
|
||||
</div>
|
||||
<div id="id-adv-dropcap-margins" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="50%">
|
||||
<label class="input-label"><%= scope.textTop %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header padding-small" id="form-settings-name"><%= scope.textField %></label>
|
||||
@ -103,7 +103,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr class="form-list">
|
||||
<td colspan="2" class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -133,7 +133,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr class="form-datetime">
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -152,7 +152,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr class="form-checkbox">
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -195,7 +195,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr class="form-textfield">
|
||||
<td colspan=2 class="padding-left-22">
|
||||
<label class="input-label"><%= scope.textWidth %></label>
|
||||
@ -210,7 +210,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr class="form-image">
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -249,7 +249,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -268,7 +268,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.textPosition %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-image-width" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="4" width="100%">
|
||||
<table cols="4" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td width="78px">
|
||||
<label class="input-label"><%= scope.textWidth %></label>
|
||||
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-size" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<label class="header"><%= scope.textWidth %></label>
|
||||
@ -81,7 +81,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<div id="shape-checkbox-ratio"></div>
|
||||
@ -99,7 +99,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content padding-large">
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td rowspan="2" class="padding-small" style="vertical-align: top;">
|
||||
<label class="input-label margin-right-15" style="vertical-align: top;"><%= scope.textFlipped %></label>
|
||||
@ -133,7 +133,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textDistance %></label>
|
||||
@ -164,7 +164,7 @@
|
||||
</div>
|
||||
<div id="id-adv-image-position" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="3" style="width: 100%;">
|
||||
<table cols="3" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<label class="header"><%= scope.textHorizontal %></label>
|
||||
@ -257,7 +257,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-small"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<label class="header"><%= scope.textOptions %></label>
|
||||
@ -276,7 +276,7 @@
|
||||
</div>
|
||||
<div id="id-adv-image-shape" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textLineStyle %></label>
|
||||
@ -296,7 +296,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textArrows %></label>
|
||||
@ -327,7 +327,7 @@
|
||||
</div>
|
||||
<div id="id-adv-image-margins" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="header"><%= scope.textAutofit %></label>
|
||||
@ -340,7 +340,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.strMargins %></label>
|
||||
@ -371,7 +371,7 @@
|
||||
</div>
|
||||
<div id="id-adv-image-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<button type="button" class="btn btn-text-default" id="mmerge-button-edit-data" style="width:100%;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textEditData %></button>
|
||||
@ -71,7 +71,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<button type="button" class="btn btn-text-default" id="mmerge-button-download" style="width:90px;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textDownload %></button>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-merge-email-dlg" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;" cellpadding="10">
|
||||
<table cols="2" style="width: 100%;" cellpadding="10" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="input-label header"><%= scope.textFrom %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<label class="header"><%= scope.strLineHeight %></label>
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
</div>
|
||||
<div id="id-adv-paragraph-line" class="settings-panel">
|
||||
<div class="inner-content text-only padding-left-10" >
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="paragraphadv-checkbox-break-before"></div>
|
||||
@ -122,7 +122,7 @@
|
||||
<div class="padding-very-small">
|
||||
<label class="header"><%= scope.textEffects %></label>
|
||||
</div>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="paragraphadv-checkbox-strike"></div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label><%= scope.textDescription %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr class="no-form">
|
||||
<td>
|
||||
<label class="header"><%= scope.strFill %></label>
|
||||
@ -15,7 +15,7 @@
|
||||
<div id="shape-back-color-btn" style=""></div>
|
||||
</div>
|
||||
<div id="shape-panel-image-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-small">
|
||||
<div id="shape-button-replace" style="width:100%;"></div>
|
||||
@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="shape-panel-gradient-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="3" style="margin-bottom: 10px;">
|
||||
<table cols="3" style="margin-bottom: 10px;" role="presentation">
|
||||
<tr valign="top">
|
||||
<td colspan="2">
|
||||
<div>
|
||||
@ -167,7 +167,7 @@
|
||||
</tr>
|
||||
<tr class="shape-rotation">
|
||||
<td>
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="50%">
|
||||
<label class="input-label"><%= scope.textRotate90 %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label style="font-size: 18px;"><%= scope.strSignature %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<label class="header"><%= scope.textRows %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-table-width" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3" class="padding-small">
|
||||
<label class="header"><%= scope.textTableSize %></label>
|
||||
@ -26,7 +26,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div class="padding-small"></div>
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textDefaultMargins %></label>
|
||||
@ -54,7 +54,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div class="padding-small"></div>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-small">
|
||||
<label class="header"><%= scope.textOptions %></label>
|
||||
@ -76,7 +76,7 @@
|
||||
</div>
|
||||
<div id="id-adv-table-cell-props" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3" class="padding-small">
|
||||
<label class="header"><%= scope.textCellSize %></label>
|
||||
@ -97,7 +97,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div class="padding-small"></div>
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textMargins %></label>
|
||||
@ -165,7 +165,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="tableadv-panel-distance" class="settings-hidden" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textDistance %></label>
|
||||
@ -244,7 +244,7 @@
|
||||
</div>
|
||||
<div id="id-adv-table-position" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="3" style="width: 100%;">
|
||||
<table cols="3" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3" class="padding-small">
|
||||
<label class="header"><%= scope.textHorizontal %></label>
|
||||
@ -311,7 +311,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-small">
|
||||
<label class="header"><%= scope.textOptions %></label>
|
||||
@ -330,7 +330,7 @@
|
||||
</div>
|
||||
<div id="id-adv-table-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.textTemplate %></label>
|
||||
@ -30,7 +30,7 @@
|
||||
<div id="textart-back-color-btn" style=""></div>
|
||||
</div>
|
||||
<div id="textart-panel-gradient-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="3" style="margin-bottom: 10px;">
|
||||
<table cols="3" style="margin-bottom: 10px;" role="presentation">
|
||||
<tr valign="top">
|
||||
<td colspan="2">
|
||||
<div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr><td class="padding-small">
|
||||
<div id="watermark-radio-none"></div>
|
||||
</td></tr>
|
||||
@ -8,7 +8,7 @@
|
||||
<div id="watermark-radio-text"></div>
|
||||
</td></tr>
|
||||
<tr><td class="padding-large">
|
||||
<table id="watermark-tbl-text" class="margin-left-22" cols="2">
|
||||
<table id="watermark-tbl-text" class="margin-left-22" cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="language padding-small">
|
||||
<label class="input-label"><%= scope.textLanguage %></label>
|
||||
@ -47,7 +47,7 @@
|
||||
<div id="watermark-radio-image"></div>
|
||||
</td></tr>
|
||||
<tr><td class="padding-small">
|
||||
<table id="watermark-tbl-image" class="margin-left-22" cols="2">
|
||||
<table id="watermark-tbl-image" class="margin-left-22" cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="select-image">
|
||||
<div id="watermark-select-image"></div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td colspan=3>
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
@ -18,7 +18,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -50,7 +50,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1" id="chart-panel-3d-rotate">
|
||||
<table cols="1" id="chart-panel-3d-rotate" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -113,7 +113,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-chart-general" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textChartName %></label>
|
||||
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div id="id-adv-chart-placement" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td colspan="4" width="88px" class="padding-small">
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
@ -34,7 +34,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="4" width="88px" class="padding-small">
|
||||
<label class="header"><%= scope.textPosition %></label>
|
||||
@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div id="id-adv-chart-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr><td class="padding-small">
|
||||
<div class="input-row-tabs">
|
||||
<button type="button" class="btn btn-text-default auto" id="hf-dlg-btn-slide"><%= scope.textSlide %></button><button type="button" class="btn btn-text-default auto" id="hf-dlg-btn-notes"><%= scope.textNotes %></button>
|
||||
@ -8,7 +8,7 @@
|
||||
<div id="hf-dlg-chb-datetime"></div>
|
||||
</td></tr>
|
||||
<tr><td class="padding-large">
|
||||
<table id="hf-dlg-tbl-datetime" class="margin-left-22" cols="2">
|
||||
<table id="hf-dlg-tbl-datetime" class="margin-left-22" cols="2" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-very-small">
|
||||
<div id="hf-dlg-radio-update"></div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-image-general" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textImageName %></label>
|
||||
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div id="id-adv-image-size" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="4" width="100%">
|
||||
<table cols="4" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td colspan="4" width="88px" class="padding-small">
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
@ -37,7 +37,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="4" width="88px" class="padding-small">
|
||||
<label class="header"><%= scope.textPosition %></label>
|
||||
@ -75,7 +75,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content padding-large">
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td rowspan="2" class="padding-small" style="vertical-align: top;">
|
||||
<label class="input-label margin-right-15" style="vertical-align: top;"><%= scope.textFlipped %></label>
|
||||
@ -94,7 +94,7 @@
|
||||
</div>
|
||||
<div id="id-adv-image-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<label class="header"><%= scope.strLineHeight %></label>
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
<div class="padding-very-small">
|
||||
<label class="header"><%= scope.textEffects %></label>
|
||||
</div>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="paragraphadv-checkbox-strike"></div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.strFill %></label>
|
||||
@ -15,7 +15,7 @@
|
||||
<div id="shape-back-color-btn" style=""></div>
|
||||
</div>
|
||||
<div id="shape-panel-image-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-small">
|
||||
<div id="shape-button-replace" style="width:100%;"></div>
|
||||
@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="shape-panel-gradient-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="3" style="margin-bottom: 10px;">
|
||||
<table cols="3" style="margin-bottom: 10px;" role="presentation">
|
||||
<tr valign="top">
|
||||
<td colspan="2">
|
||||
<div>
|
||||
@ -167,7 +167,7 @@
|
||||
</tr>
|
||||
<tr class="shape-rotation">
|
||||
<td>
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="50%">
|
||||
<label class="input-label"><%= scope.textRotate90 %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-shape-general" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textShapeName %></label>
|
||||
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-width" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3" width="88px" class="padding-small">
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
@ -35,7 +35,7 @@
|
||||
</div>
|
||||
<div class="padding-large"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="4" width="88px" class="padding-small">
|
||||
<label class="header"><%= scope.textPosition %></label>
|
||||
@ -73,7 +73,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content padding-large">
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td rowspan="2" class="padding-small" style="vertical-align: top;">
|
||||
<label class="input-label margin-right-15" style="vertical-align: top;"><%= scope.textFlipped %></label>
|
||||
@ -92,7 +92,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-shape" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textLineStyle %></label>
|
||||
@ -112,7 +112,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textArrows %></label>
|
||||
@ -143,7 +143,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-margins" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="header"><%= scope.textAutofit %></label>
|
||||
@ -166,7 +166,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.strMargins %></label>
|
||||
@ -197,7 +197,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-columns" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="input-label"><%= scope.textColNumber %></label>
|
||||
@ -215,7 +215,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label style="font-size: 18px;"><%= scope.strSignature %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.strFill %></label>
|
||||
@ -15,7 +15,7 @@
|
||||
<div id="slide-back-color-btn" style=""></div>
|
||||
</div>
|
||||
<div id="slide-panel-image-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-small">
|
||||
<div id="slide-button-replace" style="width:100%;"></div>
|
||||
@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="slide-panel-gradient-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="3" style="margin-bottom: 10px;">
|
||||
<table cols="3" style="margin-bottom: 10px;" role="presentation">
|
||||
<tr valign="top">
|
||||
<td colspan="2">
|
||||
<div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<label class="header"><%= scope.textRows %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-table-general" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textTableName %></label>
|
||||
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div id="id-adv-table-placement" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3" width="88px" class="padding-small">
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
@ -35,7 +35,7 @@
|
||||
</div>
|
||||
<div class="padding-large"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="4" width="88px" class="padding-small">
|
||||
<label class="header"><%= scope.textPosition %></label>
|
||||
@ -66,7 +66,7 @@
|
||||
</div>
|
||||
<div id="id-adv-table-cell-props" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textMargins %></label>
|
||||
@ -127,7 +127,7 @@
|
||||
</div>
|
||||
<div id="id-adv-table-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.textTemplate %></label>
|
||||
@ -30,7 +30,7 @@
|
||||
<div id="textart-back-color-btn" style=""></div>
|
||||
</div>
|
||||
<div id="textart-panel-image-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="50%">
|
||||
<button type="button" class="btn btn-text-default" id="textart-button-from-file" style="width:90px;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textFromFile %></button>
|
||||
@ -70,7 +70,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="textart-panel-gradient-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="3" style="margin-bottom: 10px;">
|
||||
<table cols="3" style="margin-bottom: 10px;" role="presentation">
|
||||
<tr valign="top">
|
||||
<td colspan="2">
|
||||
<div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.textFill %></label>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%">
|
||||
<table cols="2" style="width: 100%" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-small">
|
||||
<div id="chart-dlg-chk-hor-hide-<%=idx%>" class="input-group-nr"></div>
|
||||
@ -16,7 +16,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="3" style="width: 100%">
|
||||
<table cols="3" style="width: 100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="100">
|
||||
<label class="input-label"><%= scope.textAxisCrosses %></label>
|
||||
@ -44,7 +44,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textTickOptions %></label>
|
||||
@ -75,7 +75,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textLabelOptions %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="3" id="chart-panel-size">
|
||||
<table cols="3" id="chart-panel-size" role="presentation">
|
||||
<tr>
|
||||
<td colspan=3>
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
@ -18,7 +18,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1" id="chart-panel-types">
|
||||
<table cols="1" id="chart-panel-types" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -46,7 +46,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1" id="chart-panel-3d-rotate">
|
||||
<table cols="1" id="chart-panel-3d-rotate" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
@ -109,7 +109,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1" id="spark-panel-types">
|
||||
<table cols="1" id="spark-panel-types" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.textType %></label>
|
||||
@ -154,7 +154,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1" id="spark-panel-points">
|
||||
<table cols="1" id="spark-panel-points" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="header" style="margin-bottom: 4px;"><%= scope.textShow %></label>
|
||||
@ -185,7 +185,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="separator horizontal"></div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-chart-settings-dlg-style" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="">
|
||||
<table cols="1" style="" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textType %></label>
|
||||
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div id="id-chart-settings-dlg-layout" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="50%">
|
||||
<label class="input-label"><%= scope.textChartTitle %></label>
|
||||
@ -62,7 +62,7 @@
|
||||
</div>
|
||||
<div id="id-spark-settings-dlg-style" class="settings-panel">
|
||||
<div class="inner-content padding-large">
|
||||
<table cols="2" style="">
|
||||
<table cols="2" style="" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textType %></label>
|
||||
@ -76,7 +76,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textEmptyCells %></label>
|
||||
@ -104,7 +104,7 @@
|
||||
<div id="spark-dlg-check-show" class="padding-small" style="display: block;"></div>
|
||||
<div id="spark-dlg-check-reverse" class="padding-small" style="display: block;"></div>
|
||||
</div>
|
||||
<table cols="3" style="width: 100%">
|
||||
<table cols="3" style="width: 100%" role="presentation">
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<label class="header padding-small"><%= scope.textVertAxis %></label>
|
||||
@ -137,7 +137,7 @@
|
||||
</div>
|
||||
<div id="id-chart-settings-dlg-snap" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="chart-dlg-radio-twocell"></div>
|
||||
@ -158,7 +158,7 @@
|
||||
</div>
|
||||
<div id="id-chart-settings-dlg-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%">
|
||||
<table cols="2" style="width: 100%" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-small">
|
||||
<div id="chart-dlg-chk-vert-hide-<%=idx%>" class="input-group-nr"></div>
|
||||
@ -16,7 +16,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="3" style="width: 100%">
|
||||
<table cols="3" style="width: 100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="100">
|
||||
<label class="input-label"><%= scope.textMinValue %></label>
|
||||
@ -51,7 +51,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small padding-right-10" style="min-width: 100px;">
|
||||
<label class="input-label"><%= scope.textUnits %></label>
|
||||
@ -63,7 +63,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<div id="chart-dlg-check-v-reverse-<%=idx%>"></div>
|
||||
@ -83,7 +83,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textTickOptions %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-data-validation-settings" class="settings-panel active" style="height: 100%;">
|
||||
<div class="inner-content" style="height: 100%;">
|
||||
<table cols="2" style="width: 100%;height: 100%;">
|
||||
<table cols="2" style="width: 100%;height: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small padding-right-5">
|
||||
<label class="input-label"><%= scope.textAllow %></label>
|
||||
@ -47,7 +47,7 @@
|
||||
</div>
|
||||
<div id="id-data-validation-input" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="data-validation-ch-show-input"></div>
|
||||
@ -75,7 +75,7 @@
|
||||
</div>
|
||||
<div id="id-data-validation-error" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="data-validation-ch-show-error"></div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-pivot-field-settings-layout" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" style="white-space: nowrap;">
|
||||
<label class="header margin-right-4" style="vertical-align: middle;"><%= scope.txtSourceName %></label>
|
||||
@ -73,7 +73,7 @@
|
||||
</div>
|
||||
<div id="id-pivot-field-settings-subtotals" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="header"><%= scope.txtSummarize %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div class="rule margin-right-10">
|
||||
@ -151,7 +151,7 @@
|
||||
</tr>
|
||||
<tr class="iconset">
|
||||
<td>
|
||||
<table>
|
||||
<table role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large icon-style">
|
||||
<label class="header"><%= scope.textIconStyle %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<label><%= scope.textScope %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td colspan=3>
|
||||
<label class="header"><%= scope.textSize %></label>
|
||||
@ -18,7 +18,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" colspan=2>
|
||||
<button type="button" class="btn btn-text-default" id="image-button-original-size" style="min-width:100px;width: auto;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textOriginalSize %></button>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content padding-large">
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td rowspan="2" class="padding-small" style="vertical-align: top;">
|
||||
<label class="input-label margin-right-15" style="vertical-align: top;"><%= scope.textFlipped %></label>
|
||||
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div id="id-adv-image-snap" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="image-advanced-radio-twocell"></div>
|
||||
@ -47,7 +47,7 @@
|
||||
</div>
|
||||
<div id="id-adv-image-alttext" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="header"><%= scope.textFilter %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<label class="header"><%= scope.strLineHeight %></label>
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
<div class="padding-very-small">
|
||||
<label class="header"><%= scope.textEffects %></label>
|
||||
</div>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="paragraphadv-checkbox-strike"></div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2>
|
||||
<label class="header"><%= scope.textFields %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-pivot-layout" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-large">
|
||||
<label class="header"><%= scope.txtName %></label>
|
||||
@ -60,7 +60,7 @@
|
||||
</div>
|
||||
<div id="id-adv-pivot-data" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.textDataRange %></label>
|
||||
@ -76,7 +76,7 @@
|
||||
</div>
|
||||
<div id="id-adv-pivot-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</div>
|
||||
<div id="printadv-dlg-content-to-hide">
|
||||
<div class="padding-large inner-content" >
|
||||
<table cols="2" class="no-padding">
|
||||
<table cols="2" class="no-padding" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" ><label><%= scope.textRepeatTop %></label></td>
|
||||
</tr>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small"></td>
|
||||
</tr>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-very-small">
|
||||
<label><%= scope.textRangesDesc %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.strFill %></label>
|
||||
@ -15,7 +15,7 @@
|
||||
<div id="shape-back-color-btn" style=""></div>
|
||||
</div>
|
||||
<div id="shape-panel-image-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan="2" class="padding-small">
|
||||
<div id="shape-button-replace" style="width:100%;"></div>
|
||||
@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="shape-panel-gradient-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="3" style="margin-bottom: 10px;">
|
||||
<table cols="3" style="margin-bottom: 10px;" role="presentation">
|
||||
<tr valign="top">
|
||||
<td colspan="2">
|
||||
<div>
|
||||
@ -167,7 +167,7 @@
|
||||
</tr>
|
||||
<tr class="shape-rotation">
|
||||
<td>
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="50%">
|
||||
<label class="input-label"><%= scope.textRotate90 %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-shape-width" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td width="108px">
|
||||
<label class="input-label"><%= scope.textWidth %></label>
|
||||
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content padding-large">
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td rowspan="2" class="padding-small" style="vertical-align: top;">
|
||||
<label class="input-label margin-right-15" style="vertical-align: top;"><%= scope.textFlipped %></label>
|
||||
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-shape" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textLineStyle %></label>
|
||||
@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.textArrows %></label>
|
||||
@ -96,7 +96,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-margins" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="header"><%= scope.textAutofit %></label>
|
||||
@ -114,7 +114,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<div class="separator horizontal padding-large"></div>
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td colspan=2 class="padding-small">
|
||||
<label class="header"><%= scope.strMargins %></label>
|
||||
@ -145,7 +145,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-columns" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<label class="input-label"><%= scope.textColNumber %></label>
|
||||
@ -163,7 +163,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-snap" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="shape-radio-twocell"></div>
|
||||
@ -184,7 +184,7 @@
|
||||
</div>
|
||||
<div id="id-adv-shape-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label style="font-size: 18px;"><%= scope.strSignature %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="3">
|
||||
<table cols="3" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large" width="88px">
|
||||
<label class="input-label"><%= scope.textWidth %></label>
|
||||
@ -13,7 +13,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" colspan=2>
|
||||
<label class="header"><%= scope.textPosition %></label>
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
</div>
|
||||
<div id="id-adv-slicer-snap" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small">
|
||||
<div id="slicer-advanced-radio-twocell"></div>
|
||||
@ -96,7 +96,7 @@
|
||||
</div>
|
||||
<div id="id-adv-slicer-alttext" class="settings-panel">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label style="margin-bottom: 4px;"><%= scope.textLevels %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<label class="header"><%= scope.textRows %></label>
|
||||
@ -77,7 +77,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table cols="2">
|
||||
<table cols="2" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" colspan=2>
|
||||
<label class="header"><%= scope.textActions %></label>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="id-adv-table-alttext" class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" width="100%">
|
||||
<table cols="1" width="100%" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<label class="header"><%= scope.textAltTitle %></label>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<table cols="1">
|
||||
<table cols="1" role="presentation">
|
||||
<tr>
|
||||
<td>
|
||||
<label class="header"><%= scope.textTemplate %></label>
|
||||
@ -30,7 +30,7 @@
|
||||
<div id="textart-back-color-btn" style=""></div>
|
||||
</div>
|
||||
<div id="textart-panel-image-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;">
|
||||
<table cols="2" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-small" width="50%">
|
||||
<button type="button" class="btn btn-text-default" id="textart-button-from-file" style="width:90px;" data-hint="1" data-hint-direction="bottom" data-hint-offset="big"><%= scope.textFromFile %></button>
|
||||
@ -70,7 +70,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="textart-panel-gradient-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||
<table cols="3" style="margin-bottom: 10px;">
|
||||
<table cols="3" style="margin-bottom: 10px;" role="presentation">
|
||||
<tr valign="top">
|
||||
<td colspan="2">
|
||||
<div>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="settings-panel active">
|
||||
<div class="inner-content">
|
||||
<table cols="1" style="width: 100%;">
|
||||
<table cols="1" style="width: 100%;" role="presentation">
|
||||
<tr>
|
||||
<td class="padding-large">
|
||||
<button type="button" class="btn btn-text-default auto sort-dialog-btn-text" id="watch-dialog-btn-add"><%= scope.textAdd %></button>
|
||||
|
||||
Reference in New Issue
Block a user