0ec91d8b48
git-svn-id: http://piwigo.org/svn/trunk@21 68402e56-0260-453c-a942-63ccdbb3a9ee
47 lines
No EOL
1.6 KiB
Text
47 lines
No EOL
1.6 KiB
Text
<form action="{#action}" method="post">
|
|
<!--VTP_groups-->
|
|
<table style="width:100%;">
|
|
<tr>
|
|
<th colspan="2">{#menu_groups}</th>
|
|
</tr>
|
|
<!--VTP_group-->
|
|
<tr>
|
|
<td><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>
|
|
<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> |