summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-04-27 09:47:40 -0700
committerAndreas Unterkircher <unki@netshadow.at>2008-04-28 06:29:52 +0200
commitc6096e5ba0d1e2ba95469a30108b4497b94451bb (patch)
tree5e7647a1f2614c7bce47659e98793a89ccfd735d /themes
parent44eee10cd3501fe7bc9d3dec5bfe8b919f6dc81f (diff)
edited tool tips for links in single_image
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'themes')
-rw-r--r--themes/default/templates/single_photo.tpl4
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>