diff options
author | gweltas <gweltas@piwigo.org> | 2004-11-26 16:10:17 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-11-26 16:10:17 +0000 |
commit | 2e6ace2df02bbd1499c351e32d1d10d68a4bb4ac (patch) | |
tree | 649e7658b9dc61bf5cf02cc058fcf2590bee75b2 /template/default/admin/group_list.vtp | |
parent | 8f97f21eb2025c563cf7d8a56adb0193f3dc5eab (diff) |
New template for group management
French translation for synchronization
Minor update of the css file
git-svn-id: http://piwigo.org/svn/trunk@623 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/group_list.vtp')
-rw-r--r-- | template/default/admin/group_list.vtp | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/template/default/admin/group_list.vtp b/template/default/admin/group_list.vtp deleted file mode 100644 index 7c4520747..000000000 --- a/template/default/admin/group_list.vtp +++ /dev/null @@ -1,53 +0,0 @@ -<!--VTP_errors--> -<div class="errors"> - <ul> - <!--VTP_li--> - <li>{#li}</li> - <!--/VTP_li--> - </ul> -</div> -<!--/VTP_errors--> - -<!--VTP_deletion--> -<table style="width:100%;"> - <tr> - <th colspan="2">{#group_confirm} "{#name}"</th> - </tr> - <tr> - <td align="center"><a href="{#yes_url}">{#yes}</a></td> - <td align="center" class="row2"><a href="{#no_url}">{#no}</a></td> - </tr> -</table> -<!--/VTP_deletion--> - -<!--VTP_confirmation--> -<div class="{#class}">{#info}</div> -<!--/VTP_confirmation--> - -<form method="post" action="{#form_action}"> - <div style="text-align:center;margin:10px;"> - {#group_add} <input type="text" name="name" /> - <input type="submit" value="{#add}" name="submit" /> - </div> -</form> - -<!--VTP_groups--> -<table width="100%"> - <tr> - <th colspan="3">{#group_list_title}</th> - </tr> - <!--VTP_group--> - <tr> - <td style="width:25%;"> - <div style="margin-left:10px;color:{#color}"><img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> {#name}</div> - </td> - <td class="row2" style="text-align:center;width:25%;"> - <a href="{#permission_url}">{#listuser_permission}</a> - </td> - <td class="row2" style="text-align:center;width:25%;"> - <a href="{#deletion_url}">{#delete}</a> - </td> - </tr> - <!--/VTP_group--> -</table> -<!--/VTP_groups-->
\ No newline at end of file |