From 3826020023e05af1d2722812c102ea00ca3b7b7f Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 4 Feb 2013 09:46:55 +0000 Subject: feature 2834: move "up" icon before previous/next arrows git-svn-id: http://piwigo.org/svn/trunk@20542 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture_nav_buttons.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/default/template/picture_nav_buttons.tpl b/themes/default/template/picture_nav_buttons.tpl index e6b2a1e1f..fb6c0c7e9 100644 --- a/themes/default/template/picture_nav_buttons.tpl +++ b/themes/default/template/picture_nav_buttons.tpl @@ -39,6 +39,11 @@  {'First'|@translate} {/if}{/strip}-->*} +{strip}{if isset($U_UP) and !isset($slideshow)} + +  {'Thumbnails'|@translate} + +{/if}{/strip} {strip}{if isset($previous)}  {'Previous'|@translate} @@ -58,11 +63,6 @@  {'Pause of slideshow'|@translate} {/if} -{strip}{if isset($U_UP) and !isset($slideshow)} - -  {'Thumbnails'|@translate} - -{/if}{/strip} {strip}{if isset($next)}  {'Next'|@translate} -- cgit v1.2.3