diff options
author | gweltas <gweltas@piwigo.org> | 2004-03-20 00:52:37 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-03-20 00:52:37 +0000 |
commit | 4128835db8d7b8e619951d4c31e23bd934758f09 (patch) | |
tree | 4fddd9ea03f3ebeeaba73c3a42f7130e29a54b58 /template/default/admin/user_perm.vtp | |
parent | 8850aabc34e524e1a7816c363657e3176502a708 (diff) |
- Template migration
- Admin Control Panel migration
- Language migration
git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/user_perm.vtp')
-rw-r--r-- | template/default/admin/user_perm.vtp | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/template/default/admin/user_perm.vtp b/template/default/admin/user_perm.vtp deleted file mode 100644 index bbe02ce84..000000000 --- a/template/default/admin/user_perm.vtp +++ /dev/null @@ -1,34 +0,0 @@ -<!--VTP_confirmation--> -<div class="info">{#permuser_info_message} [ <a href="{#back_url}">{#adduser_info_back}</a> ]</div> -<!--/VTP_confirmation--> - -<div class="info">{#permuser_only_private}</div> - -<form action="{#action}" method="post"> - <table style="width:100%;"> - <!--VTP_category--> - <tr> - <td> - <img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a> - <!--VTP_usergroups--> - [ - <!--VTP_usergroup--> - <a href="{#url}" style="color:{#color};">{#name}</a>{#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 |