diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-14 15:04:15 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-14 15:04:15 +0000 |
commit | 518c0aa0b8c59f937f012d9657ed7dd9c23a17b6 (patch) | |
tree | eddc4115fda0a435c8817213cb65ec9e0e98c847 /template/default/admin | |
parent | 3d606181a451729f450ea737f010e81828a74300 (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
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/group_list.vtp | 18 |
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 |