summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/admin.tag.tpl
blob: 2b5afd1f42e4c3c49b01a12e233f7baf167a2503 (plain)
1
2
3
4
5
6
7
8
9
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>