diff options
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index a16776e..78e489d 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -16,13 +16,13 @@ </div> <div style="text-align: right;"> <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_in" onclick="click(this);"><img src="resources/zoom-100.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> {if $extern_link } <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a> {/if} - <a href="{$image_url_full}" target="_blank" onclick="click(this);"> + <a href="{$image_url_full}" title="orig_image" target="_blank" onclick="click(this);"> <img src="resources/original.png" alt="original resolution" /> </a> </div> |