summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-11 09:48:21 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-11 09:48:21 +0200
commitda45128dfbc045d48a408b45c5cffc2a84ab16f9 (patch)
tree1ce00d7f8f34496d83b91b98b0129b161489aef1
parent2472021745fa040d65b04c50b0ff14dba1c7fcbe (diff)
use the 16x16 icon for starting auto-browsing instead of the 32x32 icon
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r--themes/default/templates/single_photo.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index 571b524..fb79985 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -18,7 +18,7 @@
<a href="javascript:zoom(-10);" title="zoom_out" onclick="click(this);"><img src="resources/zoom-out.png" /></a>
<a href="javascript:zoom(0);" title="zoom_100" onclick="click(this);"><img src="resources/zoom-100.png" /></a>
<a href="javascript:zoom(10);" title="zoom_in" onclick="click(this);"><img src="resources/zoom-in.png" /></a>
- <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/32_play.png" /></a>
+ <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/16_play.png" /></a>
{if $extern_link }
<a href="{$extern_link}" title="Use this link to return to the current view"><img src="{$web_path}/resources/link.png" />&nbsp;External Link</a>
{/if}