diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/templates/tags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/tags.tpl b/themes/default/templates/tags.tpl index 52c870c..326c095 100644 --- a/themes/default/templates/tags.tpl +++ b/themes/default/templates/tags.tpl @@ -4,7 +4,7 @@ <div id="available_tags"></div> <span style="vertical-align: middle; text-decoration: underline;"> <img src="resources/selected_tags.png" alt="selected tags" />Selected Tags: -</span +</span> <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" />&& |