From 6ee66d829b5508e4f9a98e33164d32aedfeb9ec9 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 2 Feb 2011 09:35:48 +0000 Subject: bug 2172 fixed: the "sort order" options are removed from the album administration main page. bug 2173 fixed: rename "manual order" into "automatic order" and "by rank" into "manual order" bug 2174 fixed: only show the automatic order options when it's relevant new icon for the "manage photo order" screen hide the numeric rank below the thumbnail (it is confusing for users) tell users that you can drag'n drop to reorder photos bug fixed: the "apply to sub-albums" options for photo orders was not working git-svn-id: http://piwigo.org/svn/trunk@9051 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../themes/default/template/element_set_ranks.tpl | 26 +++++++++++++--------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'admin/themes/default/template/element_set_ranks.tpl') diff --git a/admin/themes/default/template/element_set_ranks.tpl b/admin/themes/default/template/element_set_ranks.tpl index 84fc33b40..808f35531 100644 --- a/admin/themes/default/template/element_set_ranks.tpl +++ b/admin/themes/default/template/element_set_ranks.tpl @@ -36,12 +36,13 @@ jQuery(document).ready(function() {

{$CATEGORIES_NAV}

-{if !empty($thumbnails)}
+{if !empty($thumbnails)}

- {'Edit ranks'|@translate} + {'Manual order'|@translate} {if !empty($thumbnails)} +

{'Drag to re-order'|@translate}

    {foreach from=$thumbnails item=thumbnail}
  • @@ -50,12 +51,13 @@ jQuery(document).ready(function() { - +
  • {/foreach}
{/if}
+{/if}
{'Sort order'|@translate} @@ -65,11 +67,11 @@ jQuery(document).ready(function() {

- +

- +

{foreach from=$image_orders item=order}

@@ -83,10 +85,12 @@ jQuery(document).ready(function() { {/foreach}

-

-
- +

+ -{else} -

{'No photo in this album'|@translate}

-{/if} + +

+ -- cgit v1.2.3