aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/cat_perm.vtp
blob: 77987fac4ccce2c53c0d0ea0df2bbd76c07af57b (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<form action="{#action}" method="post">
  <!--VTP_groups-->
  <table style="width:100%;">
    <tr>
      <th colspan="2">{#menu_groups}</th>
    </tr>
    <!--VTP_group-->
    <tr>
      <td><img src="./template/{#user_template}/admin/images/puce.gif" alt="&gt;" /><a href="{#group_perm_link}"><span style="color:{#color}">{#groupname}</span></a></td>
      <td style="text-align:right;">
        <input type="radio" name="groupaccess-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
        <input type="radio" name="groupaccess-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
      </td>
    </tr>
    <!--/VTP_group-->
  </table>
  <!--/VTP_groups-->
  <table style="width:100%;">
    <tr>
      <th colspan="2">{#menu_users}</th>
    </tr>
    <!--VTP_user-->
    <tr>
      <td>
        <img src="./template/{#user_template}/admin/images/puce.gif" alt="&gt;" />
        <a href="{#user_perm_link}"><span style="color:{#color}">{#username}</span></a>
        <!--VTP_usergroups-->
        [
        <!--VTP_usergroup-->
        <span style="color:{#color};">{#name}</span>{#separation}
        <!--/VTP_usergroup-->
        ]
        <!--/VTP_usergroups-->
      </td>
      <td style="text-align:right;">
        <!--VTP_parent_forbidden-->
        <a href="{#url}">{#permuser_parent_forbidden}</a>
        <!--/VTP_parent_forbidden-->
        <input type="radio" name="useraccess-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
        <input type="radio" name="useraccess-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
      </td>
    </tr>
    <!--/VTP_user-->
    <tr>
      <td colspan="2" align="center"><input type="submit" name="submit" value="{#submit}"/></td>
    </tr>
  </table>
</form>