aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-03-06 23:28:51 +0000
committerplegall <plg@piwigo.org>2006-03-06 23:28:51 +0000
commit53d78c95b04b8c1be7a8d6534a358622160060b8 (patch)
tree9c00c6c2a479bc450a8d35aa0cca12752a889bde /template
parent8615119a8088ba77819601f50393ad05b6ce0208 (diff)
request 302: order categories alphanumerically
alphanumerically sort of language keys in admin.lang.php git-svn-id: http://piwigo.org/svn/trunk@1066 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/cat_list.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl
index b19577dc2..1124b1157 100644
--- a/template/yoga/admin/cat_list.tpl
+++ b/template/yoga/admin/cat_list.tpl
@@ -3,7 +3,7 @@
<h3>{CATEGORIES_NAV}</h3>
-<form id="categoryOrdering" action="" method="post">
+<form id="categoryOrdering" action="{F_ACTION}" method="post">
<ul class="categoryUl">
@@ -38,7 +38,10 @@
<!-- END category -->
</ul>
- <p><input name="submitOrder" type="submit" value="{lang:Save order}" /></p>
+ <p>
+ <input name="submitOrder" type="submit" value="{lang:Save order}" />
+ <input name="submitOrderAlphaNum" type="submit" value="{lang:Order alphanumerically}" />
+ </p>
</form>