From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- themes/CleanFS/templates/pm.tag.tpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 themes/CleanFS/templates/pm.tag.tpl (limited to 'themes/CleanFS/templates/pm.tag.tpl') diff --git a/themes/CleanFS/templates/pm.tag.tpl b/themes/CleanFS/templates/pm.tag.tpl new file mode 100644 index 0000000..7ec3f2d --- /dev/null +++ b/themes/CleanFS/templates/pm.tag.tpl @@ -0,0 +1,14 @@ +
+

+

Tag management is in development.

+

Please see bugs.flyspray.org/2012 for status of Tags feature.

+assign('list_type', 'tag'); +$this->assign('rows', $proj->listTags(true)); + +$systemwide = new Project(0); +$this->assign('sysrows', $systemwide->listTags(true)); + +$this->display('common.list.tpl'); +?> +
-- cgit v1.2.3-54-g00ecf