Files
DocumentServer-v-9.2.0/web-apps/apps/spreadsheeteditor/main/app/template/TableSettingsAdvanced.template
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

23 lines
855 B
Plaintext

<div id="id-adv-table-alttext" class="settings-panel active">
<div class="inner-content">
<table cols="1" width="100%" role="presentation">
<tr>
<td class="padding-large">
<label class="header"><%= scope.textAltTitle %></label>
<div id="table-advanced-alt-title"></div>
</td>
</tr>
<tr>
<td>
<label class="header"><%= scope.textAltDescription %></label>
<textarea id="table-advanced-alt-description" class="form-control" style="width: 100%; height: 70px;"></textarea>
</td>
</tr>
<tr>
<td>
<label><%= scope.textAltTip %></label>
</td>
</tr>
</table>
</div>
</div>