edited tool tips for links in single_image
authorArun Persaud <arun@nubati.net>
Sun, 27 Apr 2008 16:47:40 +0000 (09:47 -0700)
committerAndreas Unterkircher <unki@netshadow.at>
Mon, 28 Apr 2008 04:29:52 +0000 (06:29 +0200)
Signed-off-by: Arun Persaud <arun@nubati.net>
themes/default/templates/single_photo.tpl

index a16776e186373db45c040add5ba2c46100cc7785..78e489d79d71c51c6402e934fb0928c35e567b45 100644 (file)
  </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>