diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-08 12:16:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-08 12:16:05 -0500 |
commit | e377f450ad9a97ae9031d852e9195b9092d3e9db (patch) | |
tree | 235f505e6c2136ba713e3bf642ece335fd98254f /app/Template/project_header | |
parent | bb222a79cd6a663dcbb78dc34cff2405cb16f3c2 (diff) |
Open form to create customer filters in modal box
Diffstat (limited to 'app/Template/project_header')
-rw-r--r-- | app/Template/project_header/dropdown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_header/dropdown.php b/app/Template/project_header/dropdown.php index 7fcdfb55..3f11838d 100644 --- a/app/Template/project_header/dropdown.php +++ b/app/Template/project_header/dropdown.php @@ -32,7 +32,7 @@ <?php if ($this->user->hasProjectAccess('CustomFilterController', 'index', $project['id'])): ?> <li> - <?= $this->url->icon('filter', t('Custom filters'), 'CustomFilterController', 'index', array('project_id' => $project['id'])) ?> + <?= $this->modal->medium('filter', t('Add custom filters'), 'CustomFilterController', 'create', array('project_id' => $project['id'])) ?> </li> <?php endif ?> |