aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-09-14 15:04:15 +0000
committerz0rglub <z0rglub@piwigo.org>2003-09-14 15:04:15 +0000
commit518c0aa0b8c59f937f012d9657ed7dd9c23a17b6 (patch)
treeeddc4115fda0a435c8817213cb65ec9e0e98c847
parent3d606181a451729f450ea737f010e81828a74300 (diff)
Form to add a group is placed on the top, to be the same presentation as
categories page git-svn-id: http://piwigo.org/svn/trunk@100 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/default/admin/group_list.vtp18
1 files changed, 11 insertions, 7 deletions
diff --git a/template/default/admin/group_list.vtp b/template/default/admin/group_list.vtp
index e5385ffa7..5e9d1a276 100644
--- a/template/default/admin/group_list.vtp
+++ b/template/default/admin/group_list.vtp
@@ -7,6 +7,7 @@
</ul>
</div>
<!--/VTP_errors-->
+
<!--VTP_deletion-->
<table style="width:100%;">
<tr>
@@ -18,9 +19,18 @@
</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>
@@ -40,10 +50,4 @@
</tr>
<!--/VTP_group-->
</table>
-<!--/VTP_groups-->
-<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> \ No newline at end of file
+<!--/VTP_groups--> \ No newline at end of file