diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-06-29 20:07:38 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-06-29 20:07:38 +0000 |
commit | 38668908ceb6ec4477b2c3499c6f4b4dc9934755 (patch) | |
tree | 1424b58e025b08a8478d521b116b50067821defb | |
parent | 5ac693c8554d6a4c98e7216249943ecdca1ad998 (diff) |
[Branche2.2] - bug:2370
git-svn-id: http://piwigo.org/svn/branches/2.2@11578 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/default/template/picture_nav_buttons.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/picture_nav_buttons.tpl b/themes/default/template/picture_nav_buttons.tpl index a3b9547aa..0da5016d8 100644 --- a/themes/default/template/picture_nav_buttons.tpl +++ b/themes/default/template/picture_nav_buttons.tpl @@ -2,12 +2,12 @@ {if $DISPLAY_NAV_BUTTONS or isset($slideshow)} {if isset($slideshow)} {if isset($slideshow.U_INC_PERIOD)} - <a href="{$slideshow.U_INC_PERIOD}" title="{'Accelerate diaporama speed'|@translate}" class="pwg-state-default pwg-button"> - <span class="pwg-icon pwg-icon-clock-minus"> </span><span class="pwg-button-text">{'Accelerate diaporama speed'|@translate}</span> + <a href="{$slideshow.U_INC_PERIOD}" title="{'Reduce diaporama speed'|@translate}" class="pwg-state-default pwg-button"> + <span class="pwg-icon pwg-icon-clock-minus"> </span><span class="pwg-button-text">{'Reduce diaporama speed'|@translate}</span> </a> {else} <span class="pwg-state-disabled pwg-button"> - <span class="pwg-icon pwg-icon-clock-minus"> </span><span class="pwg-button-text">{'Accelerate diaporama speed'|@translate}</span> + <span class="pwg-icon pwg-icon-clock-minus"> </span><span class="pwg-button-text">{'Reduce diaporama speed'|@translate}</span> </span> {/if} {if isset($slideshow.U_DEC_PERIOD)} |