diff options
author | Arun Persaud <arun@nubati.net> | 2008-04-27 09:47:40 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-04-27 09:47:40 -0700 |
commit | ea7c5f379929222119df54f0f0a9af008bce4d30 (patch) | |
tree | b993b98cdb972d863561e54e9f9d13e1d59830f0 /themes/default | |
parent | efcad252edb0893cadb647092c3ba27c0be76d3f (diff) |
edited tool tips for links in single_image
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'themes/default')
-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> |