diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tags.tpl | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/templates/tags.tpl b/templates/tags.tpl index 812b36a..99c8b90 100644 --- a/templates/tags.tpl +++ b/templates/tags.tpl @@ -10,8 +10,20 @@ </td> </tr> <tr> - <td style="vertical-align: middle; text-decoration: underline;"> - <img src="resources/selected_tags.png" />Selected Tags: + <td> + <table style="width: 100%;"> + <tr> + <td style="vertical-align: bottom; text-decoration: underline;"> + <img src="resources/selected_tags.png" />Selected Tags: + </td> + <td style="vertical-align: bottom;"> + + 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 + </td> + </tr> + </table> </td> </tr> <tr> |