diff options
author | flop25 <flop25@piwigo.org> | 2012-07-18 16:37:15 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-07-18 16:37:15 +0000 |
commit | b874181e8bb006ae12eeb48aec8dbe1b601a9f2e (patch) | |
tree | c2a1d630e0a76cd5f3c4fee612da8e0f76085898 | |
parent | 2b25eee744f14f4b60078a589c2322ea7b89eff1 (diff) |
merge r16829 from trunk to 2.4
bug:2698
at the bottom!
git-svn-id: http://piwigo.org/svn/branches/2.4@16830 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/themes/default/template/cat_list.tpl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index f76e6b8bc..440a432ab 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -58,10 +58,14 @@ jQuery(document).ready(function(){ {/literal}{/footer_script} <h2><span style="letter-spacing:0">{$CATEGORIES_NAV}</span> › {'Album list management'|@translate}</h2> - - +<p class="showCreateAlbum"> + <span id="notManualOrder"> + <a href="#" id="addAlbumOpen">{'create a new album'|@translate}</a> + {if count($categories) }| <a href="#" id="autoOrderOpen">{'apply automatic sort order'|@translate}</a>{/if} + </span> +</p> <form id="formCreateAlbum" action="{$F_ACTION}" method="post"> - <p class="showCreateAlbum"> + <p> <fieldset id="createAlbum" style="display:none;"> <legend>{'create a new album'|@translate}</legend> <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> @@ -96,10 +100,6 @@ jQuery(document).ready(function(){ </fieldset> {/if} <p> - <span id="notManualOrder"> - <a href="#" id="addAlbumOpen">{'create a new album'|@translate}</a> - {if count($categories) }| <a href="#" id="autoOrderOpen">{'apply automatic sort order'|@translate}</a>{/if} - </span> <span id="manualOrder" style="display:none;"> <input class="submit" name="submitManualOrder" type="submit" value="{'Save manual order'|@translate}"> {'... or '|@translate} <a href="#" id="cancelManualOrder">{'cancel manual order'|@translate}</a> |