better display of tag condition
authorAndreas Unterkircher <unki@netshadow.at>
Fri, 15 Jun 2007 18:17:09 +0000 (18:17 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Fri, 15 Jun 2007 18:17:09 +0000 (18:17 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@94 fa6a889d-dae6-447d-9e79-4ba9a3039384

templates/tags.tpl

index 4801743653f0a28e2b9d7d94f342ca21b316b248..6104fe1f72d38a4c828735a3c7fdab3a96010c80 100644 (file)
      <td style="vertical-align: bottom; text-decoration: underline;">
       <img src="resources/selected_tags.png" />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 } />||
+      <input type="radio" name="condition" value="and" onclick="Tags('condition', this);" {if $current_condition == "and" } checked="checked" { /if } />&amp;&amp;
      </td>
     </tr>
    </table>