Add colors to tag and category list

Add colors to:

- Global tag list
- Project tag list
- Project category list
This commit is contained in:
Timo
2019-11-22 04:36:19 +01:00
committed by Frédéric Guillot
parent 75682398c1
commit f0b53863fb
6 changed files with 10 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ class TagController extends BaseController
{
$this->response->html($this->helper->layout->config('tag/index', array(
'tags' => $this->tagModel->getAllByProject(0),
'colors' => $this->colorModel->getList(),
'title' => t('Settings').' > '.t('Global tags management'),
)));
}