summaryrefslogtreecommitdiffstats
path: root/templates/tags.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-15 18:17:09 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-15 18:17:09 +0000
commit8c1e23e00005c4d9f1eb3941bd0746e02937e094 (patch)
treed45dec09ba6326e045f6d5d8573aa4a0825f5ee8 /templates/tags.tpl
parent83cde026568fe57a2ccaac2977ef21ae5de7bf38 (diff)
better display of tag condition
git-svn-id: file:///var/lib/svn/phpfspot/trunk@94 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/tags.tpl')
-rw-r--r--templates/tags.tpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/tags.tpl b/templates/tags.tpl
index 4801743..6104fe1 100644
--- a/templates/tags.tpl
+++ b/templates/tags.tpl
@@ -30,11 +30,10 @@
<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>