diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-06-29 20:10:43 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-06-29 20:10:43 +0000 |
commit | 3cf6514b405508319deaa0a47ce035849356d94f (patch) | |
tree | a702118e90bdaecf356ec39e6a4984e506311dc5 | |
parent | fce34d4a674d98b7c091a5c73b5d695c70e6bc38 (diff) |
[trunk] - merge rev 11578 - bug:2370
git-svn-id: http://piwigo.org/svn/trunk@11579 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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)} |