issue26, added some mouseover text which will explain buttons functions
authorAndreas Unterkircher <unki@netshadow.at>
Wed, 4 Jul 2007 18:45:12 +0000 (18:45 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Wed, 4 Jul 2007 18:45:12 +0000 (18:45 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@161 fa6a889d-dae6-447d-9e79-4ba9a3039384

templates/index.tpl
templates/tags.tpl

index e0b3b4b3ba00cd66cb9ec86c16bb92d1a07c2234..c00a59177ba3f01a247186da6ee127a9d79e6152 100644 (file)
@@ -9,13 +9,13 @@
    </tr>
    <tr>
     <td colspan="2" class="menu">
-     <a href="javascript:showPhotoIndex();" onclick="click(this);">
+     <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
       <img src="resources/photo_index.png" alt="photo index" />
      </a>
-     <a href="javascript:Tags('reset', 0);" onclick="click(this);">
+     <a href="javascript:Tags('reset', 0);" onclick="click(this);" title="Reset Selected Tags and Tag-Search">
       <img src="resources/reload.png" alt="reset tags" />
      </a>
-     <a href="javascript:showCredits();" onclick="click(this);">
+     <a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">
       <img src="resources/credits.png" alt="show credits" />
      </a>
     </td>
index 3efcc31813de483e13f63d50a7f2330847f9db10..22fd201433306e56dbd51a43edc72c51fc5f2287 100644 (file)
@@ -31,8 +31,8 @@
      </td>
      <td style="vertical-align: bottom; white-space: nowrap;">
       &nbsp;
-      <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } />||
-      <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } />&amp;&amp;
+      <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } title="OR condition" />||
+      <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } title="AND condition" />&amp;&amp;
      </td>
     </tr>
    </table>