diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-01 09:27:20 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-01 09:27:20 +0000 |
commit | 0ec91d8b4834d63c65dcbef6ac49ab5a8f68ddd1 (patch) | |
tree | b21ebe1713021f8f783f10b948acdb03878d5223 /template/default/admin/user_perm.vtp | |
parent | 1080c51deb551ec63677adb842025065fa0999ba (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@21 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/user_perm.vtp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/template/default/admin/user_perm.vtp b/template/default/admin/user_perm.vtp new file mode 100644 index 000000000..aebdff9d5 --- /dev/null +++ b/template/default/admin/user_perm.vtp @@ -0,0 +1,31 @@ +<!--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=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</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--> + {#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 |