blur on big image link buttons
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 12 Jun 2007 04:10:02 +0000 (04:10 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Tue, 12 Jun 2007 04:10:02 +0000 (04:10 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@87 fa6a889d-dae6-447d-9e79-4ba9a3039384

templates/index.tpl

index 9442f4ac42c6ac46ba1539c2bb71fa7e8c0eeb6b..1b02ad730968418419307701310deb5decaf3fc2 100644 (file)
@@ -9,13 +9,13 @@
    </tr>
    <tr>
     <td colspan="2" class="menu">
-     <a href="javascript:showPhotoIndex();">
+     <a href="javascript:showPhotoIndex();" onclick="click(this);">
       <img src="resources/home.png" />
      </a>
-     <a href="javascript:Tags('reset', 0);">
+     <a href="javascript:Tags('reset', 0);" onclick="click(this);">
       <img src="resources/reload.png" />
      </a>
-     <a href="javascript:showCredits();">
+     <a href="javascript:showCredits();" onclick="click(this);">
       <img src="resources/credits.png" />
      </a>
     </td>