diff options
author | flop25 <flop25@piwigo.org> | 2012-07-18 16:35:19 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-07-18 16:35:19 +0000 |
commit | 431fd6722d6183bf82e0a6d8e6297670ed212b7d (patch) | |
tree | ddbce56eadbf8290559fe8b4ffc2e4de446bbca2 /admin | |
parent | 09b1d455a10890ec1d596c8b480d78a8afda1560 (diff) |
bug:2698
at the bottom!
git-svn-id: http://piwigo.org/svn/trunk@16829 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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> |