You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/src/views/admin/manage/privileges.tpl

25 lines
556 B
Smarty

<div class="row">
<form role="form" class="category">
<div class="">
<p>
[[admin/manage/categories:privileges.description]]
</p>
<div class="lead">
[[admin/manage/categories:privileges.category-selector]]
<!-- IMPORT partials/category-selector.tpl -->
</div>
<hr />
<div class="privilege-table-container">
<!-- IF cid -->
<!-- IMPORT admin/partials/categories/privileges.tpl -->
<!-- ELSE -->
<!-- IMPORT admin/partials/global/privileges.tpl -->
<!-- ENDIF cid -->
</div>
</div>
</form>
</div>