aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/cat_list.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-01-10 18:43:44 +0000
committervdigital <vdigital@piwigo.org>2007-01-10 18:43:44 +0000
commit6e6e9615c75bdbe5a3a118625f43411cd8542801 (patch)
tree2ada0c17962972cba1c7335e12cf081d9471f56a /template/yoga/admin/cat_list.tpl
parent9c64437bef07344f68182caf27693d6ccd47e0d6 (diff)
Bug 615 : (Draft version to solve it) obtain a better display related to new categories within category management.
Languages have to be modified, and maybe a test has to be included but it already works like this. git-svn-id: http://piwigo.org/svn/trunk@1708 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/cat_list.tpl')
-rw-r--r--template/yoga/admin/cat_list.tpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl
index ec4b66d43..c378c17f0 100644
--- a/template/yoga/admin/cat_list.tpl
+++ b/template/yoga/admin/cat_list.tpl
@@ -3,9 +3,16 @@
<h3>{CATEGORIES_NAV}</h3>
+<form id="addVirtual" action="{F_ACTION}" method="post">
+ <p>
+ {L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
+ <input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} />
+ </p>
+</form>
+
<!-- BEGIN categories -->
<form id="categoryOrdering" action="{F_ACTION}" method="post">
-
+ <h5><a href="#EoP">{lang:end_of_page}</a></h5>
<ul class="categoryUl">
<!-- BEGIN category -->
@@ -37,7 +44,6 @@
</li>
<!-- END category -->
-
</ul>
<p>
<input name="submitOrder" type="submit" value="{lang:Save order}" {TAG_INPUT_ENABLED} />
@@ -47,9 +53,3 @@
</form>
<!-- END categories -->
-<form id="addVirtual" action="{F_ACTION}" method="post">
- <p>
- {L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
- <input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} />
- </p>
-</form>