diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-11 09:48:21 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-11 09:48:21 +0200 |
commit | da45128dfbc045d48a408b45c5cffc2a84ab16f9 (patch) | |
tree | 1ce00d7f8f34496d83b91b98b0129b161489aef1 /themes/default | |
parent | 2472021745fa040d65b04c50b0ff14dba1c7fcbe (diff) |
use the 16x16 icon for starting auto-browsing instead of the 32x32 icon
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 2 |
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" /> External Link</a> {/if} |