diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-04 18:42:37 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-04 18:42:37 +0000 |
commit | ce3bcbc353ba8b1d221898a4ae076c067dddd772 (patch) | |
tree | a087fa663f457ba3be85b4d9946c1136f7d53b24 /template/yoga/admin/cat_list.tpl | |
parent | cb58bff46e411871362f1c42f4d9b51f2ff999bb (diff) |
1 - A new trigger point in include/page_header.php
2 - Previous version of p0w0 is replaced by a close version to the phpwebgallery.net web site.
git-svn-id: http://piwigo.org/svn/trunk@1778 68402e56-0260-453c-a942-63ccdbb3a9ee
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 --> |