<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;">
- 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 } />&&
</td>
</tr>
</table>