issue51, fixed incorrect value returned from whattodo()
[phpfspot.git] / templates / tags.tpl
index 99c8b90784bcabf03267b05e362afa293ac95dc0..4f32ad0a9c0a37c8f2256fdbb533caa8acd2f0d4 100644 (file)
@@ -1,7 +1,7 @@
 <table>
  <tr>
   <td style="vertical-align: middle; text-decoration: underline;">
-   <img src="resources/available_tags.png" \>Available Tags:
+   <img src="resources/available_tags.png" alt="available tags" />Available Tags:
   </td>
  </tr>
  <tr>
    <table style="width: 100%;">
     <tr>
      <td style="vertical-align: bottom; text-decoration: underline;">
-      <img src="resources/selected_tags.png" />Selected Tags:
+      <img src="resources/selected_tags.png" alt="selected tags" />Selected Tags:
      </td>
-     <td style="vertical-align: bottom;">
+     <td style="vertical-align: bottom; white-space: nowrap;">
       &nbsp;
-      Condition:
-      <input type="radio" name="condition" value="or" onclick="Tags('condition', this);" {if $current_condition == "or" } checked="checked" { /if } />OR
-      <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } />AND
+      <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>