diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-04 19:56:57 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-04 21:52:40 +0200 |
commit | ca733ba231fa3da5dc9c6eb0d80eca175c7afe5e (patch) | |
tree | 5dacefe5f0ab738f66656383a20d9c84b36cdc0f /themes | |
parent | 8a050d435329e91cf33fc12f56c82b7a4b479d0a (diff) |
display initial available-tag list without the help of AJAX
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes')
-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 a4b1e0a..f0e3a47 100644 --- a/themes/default/templates/tags.tpl +++ b/themes/default/templates/tags.tpl @@ -1,7 +1,7 @@ <span style="vertical-align: middle; text-decoration: underline;"> <img src="{$web_path}/resources/available_tags.png" alt="available tags" />Available Tags: </span> -<div id="available_tags"></div> +<div id="available_tags">{ $preset_available_tags }</div> <span style="vertical-align: middle; text-decoration: underline;"> <img src="{$web_path}/resources/selected_tags.png" alt="selected tags" />Selected Tags: </span> |