summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-04-27 09:47:40 -0700
committerAndreas Unterkircher <unki@netshadow.at>2008-05-04 21:52:21 +0200
commit9afd4d537cf5d6fde7e06c3a3c9d931f04661653 (patch)
tree5e7647a1f2614c7bce47659e98793a89ccfd735d /themes/default
parent9c90df44947299eb0f0302831f06b070e2b13566 (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.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>