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

27 lines
1.4 KiB
Plaintext

<div class="settings-panel active">
<div class="inner-content">
<table cols="2" style="width: 100%;" role="presentation">
<tr>
<td class="padding-small">
<label style="width: 415px;"><%= scope.textDescription %></label>
</td>
<td class="padding-small float-right padding-left-10">
<div id="roles-manager-btn-up" style="display: inline-block;"></div>
<div id="roles-manager-btn-down" style="display: inline-block;" class="margin-left-2"></div>
</td>
</tr>
<tr>
<td colspan=2 class="padding-small">
<button type="button" class="btn btn-text-default margin-right-5" id="roles-manager-btn-new" style="min-width: 100px;"><%= scope.textNew %></button>
<button type="button" class="btn btn-text-default" id="roles-manager-btn-edit" style="min-width: 100px;"><%= scope.textEdit %></button>
<button type="button" class="btn btn-text-default float-right" id="roles-manager-btn-delete" style="min-width: 100px;"><%= scope.textDelete %></button>
</td>
</tr>
<tr>
<td colspan=2>
<div id="roles-manager-roles-list" class="roles-tableview no-borders" style="width:480px; height: 170px;"></div>
</td>
</tr>
</table>
</div>
</div>