27 lines
1.4 KiB
Plaintext
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> |