aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/group_perm.vtp
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/admin/group_perm.vtp')
-rw-r--r--template/default/admin/group_perm.vtp24
1 files changed, 24 insertions, 0 deletions
diff --git a/template/default/admin/group_perm.vtp b/template/default/admin/group_perm.vtp
new file mode 100644
index 000000000..89beae782
--- /dev/null
+++ b/template/default/admin/group_perm.vtp
@@ -0,0 +1,24 @@
+<!--VTP_confirmation-->
+<div class="info">{#permuser_info_message} [ <a href="{#back_url}">{#adduser_info_back}</a> ]</div>
+<!--/VTP_confirmation-->
+<form action="{#action}" method="post">
+ <table style="width:100%;">
+ <!--VTP_category-->
+ <tr>
+ <td>
+ <img src="./images/puce.gif" alt="&gt;" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a>
+ </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> \ No newline at end of file