Files
DocumentServer-v-9.2.0/web-apps/apps/spreadsheeteditor/main/app/template/WatchDialog.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

17 lines
705 B
Plaintext

<div class="settings-panel active">
<div class="inner-content">
<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>
<div id="watch-dialog-btn-delete" style="display: inline-block;"></div>
</td>
</tr>
<tr>
<td>
<div id="watch-dialog-list" class="range-tableview" style="width:100%; height: 164px;"></div>
</td>
</tr>
</table>
</div>
</div>