diff options
Diffstat (limited to 'template/yoga/admin/cat_list.tpl')
-rw-r--r-- | template/yoga/admin/cat_list.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index 94642f873..f34618118 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -15,6 +15,10 @@ <!-- BEGIN categories --> <form id="categoryOrdering" action="{F_ACTION}" method="post"> + <p> + <input name="submitOrder" type="submit" value="{lang:Save order}" {TAG_INPUT_ENABLED} /> + <input name="submitOrderAlphaNum" type="submit" value="{lang:Order alphanumerically}" {TAG_INPUT_ENABLED} /> + </p> <ul class="categoryUl"> <!-- BEGIN category --> |