6 |
kaklik |
1 |
<form action="{#action}" method="post">
|
|
|
2 |
<!--VTP_groups-->
|
|
|
3 |
<table style="width:100%;">
|
|
|
4 |
<tr>
|
|
|
5 |
<th colspan="2">{#menu_groups}</th>
|
|
|
6 |
</tr>
|
|
|
7 |
<!--VTP_group-->
|
|
|
8 |
<tr>
|
|
|
9 |
<td><img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /><a href="{#group_perm_link}"><span style="color:{#color}">{#groupname}</span></a></td>
|
|
|
10 |
<td style="text-align:right;">
|
|
|
11 |
<input type="radio" name="groupaccess-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
|
|
|
12 |
<input type="radio" name="groupaccess-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
|
|
|
13 |
</td>
|
|
|
14 |
</tr>
|
|
|
15 |
<!--/VTP_group-->
|
|
|
16 |
</table>
|
|
|
17 |
<!--/VTP_groups-->
|
|
|
18 |
<table style="width:100%;">
|
|
|
19 |
<tr>
|
|
|
20 |
<th colspan="2">{#menu_users}</th>
|
|
|
21 |
</tr>
|
|
|
22 |
<!--VTP_user-->
|
|
|
23 |
<tr>
|
|
|
24 |
<td>
|
|
|
25 |
<img src="./template/{#user_template}/admin/images/puce.gif" alt=">" />
|
|
|
26 |
<a href="{#user_perm_link}"><span style="color:{#color}">{#username}</span></a>
|
|
|
27 |
<!--VTP_usergroups-->
|
|
|
28 |
[
|
|
|
29 |
<!--VTP_usergroup-->
|
|
|
30 |
<span style="color:{#color};">{#name}</span>{#separation}
|
|
|
31 |
<!--/VTP_usergroup-->
|
|
|
32 |
]
|
|
|
33 |
<!--/VTP_usergroups-->
|
|
|
34 |
</td>
|
|
|
35 |
<td style="text-align:right;">
|
|
|
36 |
<!--VTP_parent_forbidden-->
|
|
|
37 |
<a href="{#url}">{#permuser_parent_forbidden}</a>
|
|
|
38 |
<!--/VTP_parent_forbidden-->
|
|
|
39 |
<input type="radio" name="useraccess-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
|
|
|
40 |
<input type="radio" name="useraccess-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
|
|
|
41 |
</td>
|
|
|
42 |
</tr>
|
|
|
43 |
<!--/VTP_user-->
|
|
|
44 |
<tr>
|
|
|
45 |
<td colspan="2" align="center"><input type="submit" name="submit" value="{#submit}"/></td>
|
|
|
46 |
</tr>
|
|
|
47 |
</table>
|
|
|
48 |
</form>
|