summaryrefslogtreecommitdiffstats
path: root/templates/tags.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-09 09:04:07 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-09 09:04:07 +0000
commitad475b7bd059945962e48363cefba03a4f547221 (patch)
tree84d30f7c682d9fc23cbdea4e4844197a2870e8ac /templates/tags.tpl
parentd642f891ce6f17ac0d402922d6c417f99e832d21 (diff)
first implementation of "selected tag condition"
git-svn-id: file:///var/lib/svn/phpfspot/trunk@74 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/tags.tpl')
-rw-r--r--templates/tags.tpl16
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;">
+ &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
+ </td>
+ </tr>
+ </table>
</td>
</tr>
<tr>