aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_permcats.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/settings_permcats.tpl')
-rw-r--r--view/tpl/settings_permcats.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/tpl/settings_permcats.tpl b/view/tpl/settings_permcats.tpl
index 597002815..f6bb9b036 100644
--- a/view/tpl/settings_permcats.tpl
+++ b/view/tpl/settings_permcats.tpl
@@ -45,6 +45,19 @@
</div>
</div>
</div>
+ {{if $permcats}}
+ <div class="section-content-wrapper-np">
+ <table id="permcat-index">
+ {{foreach $permcats as $k => $v}}
+ <tr class="permcat-row-{{$k}}">
+ <td width="99%"><a href="settings/permcats/{{$k}}">{{$k}}</a></td>
+ <td width="1%"><i class="fa fa-trash-o drop-icons" onClick="dropItem('/settings/permcats/{{$k}}/drop', '.permcat-row-{{$k}}')"></i></td>
+ </tr>
+ {{/foreach}}
+ </table>
+ </div>
+ {{/if}}
+
</div>
</form>