diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/cat_list.tpl | 7 |
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> |