summaryrefslogtreecommitdiffstats
path: root/templates/tags.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-05 20:21:28 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-05 20:21:28 +0000
commit193a2982417fb5b004c47cc96dcd112e1b07e47d (patch)
tree20bcab4ee39da221bd4b35cb8e44bde6ba529ea3 /templates/tags.tpl
parentac63881d744ce0eea0ab6d2ec6510cfecea0954a (diff)
ajax based add/remove/reset tag list
git-svn-id: file:///var/lib/svn/phpfspot/trunk@16 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates/tags.tpl')
-rw-r--r--templates/tags.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/tags.tpl b/templates/tags.tpl
index 52751e2..d46ac21 100644
--- a/templates/tags.tpl
+++ b/templates/tags.tpl
@@ -1,6 +1,6 @@
-<div id='tag'>
The following tags are available:<br />
-{foreach from=$tags item=tag }
- <a href="?{$tag}">{$tag}</a>
-{/foreach}
+<div id='available_tags'>
+</div>
+ The following tags have been selected: <br />
+<div id='selected_tags'>
</div>