aboutsummaryrefslogtreecommitdiffstats
path: root/template/cclear/admin/user_perm.tpl
blob: a24fd90967c0817576ed22970e6d246f0490a139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<h2>{TITLE}</h2>

<!-- BEGIN groups -->
<fieldset>
  <legend>{lang:Categories authorized thanks to group associations}</legend>

  <ul>
    <!-- BEGIN category -->
    <li>{groups.category.NAME}</li>
    <!-- END category -->
  </ul>
</fieldset>
<!-- END groups -->

<fieldset>
  <legend>{lang:Other private categories}</legend>

  <form method="post" action="{F_ACTION}">
    {DOUBLE_SELECT}
  </form>
</fieldset>