aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/user_perm.vtp
blob: bbe02ce84519ff57ff36a0d5e803d3db4b32251e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!--VTP_confirmation-->
<div class="info">{#permuser_info_message} [ <a href="{#back_url}">{#adduser_info_back}</a> ]</div>
<!--/VTP_confirmation-->

<div class="info">{#permuser_only_private}</div>

<form action="{#action}" method="post">
  <table style="width:100%;">
    <!--VTP_category-->
    <tr>
      <td>
        <img src="./template/{#user_template}/admin/images/puce.gif" alt="&gt;" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a>
        <!--VTP_usergroups-->
        [
        <!--VTP_usergroup-->
        <a href="{#url}" style="color:{#color};">{#name}</a>{#separation}
        <!--/VTP_usergroup-->
        ]
        <!--/VTP_usergroups-->
      </td>
      <td style="text-align:right;">
        <!--VTP_parent_forbidden-->
        {#permuser_parent_forbidden}
        <!--/VTP_parent_forbidden-->
        <input type="radio" name="access-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
        <input type="radio" name="access-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
      </td>
    </tr>
    <!--/VTP_category-->
    <tr>
      <td colspan="2" align="center"><input type="submit" name="submit" value="{#submit}"/></td>
    </tr>
  </table>
</form>