summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/admin.tag.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CleanFS/templates/admin.tag.tpl')
-rw-r--r--themes/CleanFS/templates/admin.tag.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/CleanFS/templates/admin.tag.tpl b/themes/CleanFS/templates/admin.tag.tpl
new file mode 100644
index 0000000..2b5afd1
--- /dev/null
+++ b/themes/CleanFS/templates/admin.tag.tpl
@@ -0,0 +1,10 @@
+<div id="toolbox">
+ <h3><?php echo Filters::noXSS(L('tags')); ?></h3>
+ <p>Tag management is in development.</p>
+ <p>Please see <a href="https://bugs.flyspray.org/2012" target="_blank">bugs.flyspray.org/2012</a> for status of <b>Tags</b> feature.</p>
+<?php
+ $this->assign('list_type', 'tag');
+ $this->assign('rows', $proj->listTags(true));
+ $this->display('common.list.tpl');
+?>
+</div>