From 9afd4d537cf5d6fde7e06c3a3c9d931f04661653 Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Sun, 27 Apr 2008 09:47:40 -0700
Subject: edited tool tips for links in single_image

Signed-off-by: Arun Persaud <arun@nubati.net>
---
 themes/default/templates/single_photo.tpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'themes/default')

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>
-- 
cgit v1.2.3-18-g5258