summaryrefslogtreecommitdiff
path: root/app/Template/category/index.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-05 17:22:13 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-05 17:22:13 -0500
commitfe9d04c3b914f52bdfe0a171fe4046749b2003aa (patch)
tree3946dc05193189a3b301e4dd3d41591c670b88de /app/Template/category/index.php
parent62fcb7544f64baeca9b0e766ee9343e1c200ec7a (diff)
Add inline popoup for category section
Diffstat (limited to 'app/Template/category/index.php')
-rw-r--r--app/Template/category/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/category/index.php b/app/Template/category/index.php
index 4602f3b9..e99b6d52 100644
--- a/app/Template/category/index.php
+++ b/app/Template/category/index.php
@@ -15,10 +15,10 @@
<a href="#" class="dropdown-menu dropdown-menu-link-icon"><i class="fa fa-cog fa-fw"></i><i class="fa fa-caret-down"></i></a>
<ul>
<li>
- <?= $this->url->link(t('Edit'), 'category', 'edit', array('project_id' => $project['id'], 'category_id' => $category_id)) ?>
+ <?= $this->url->link(t('Edit'), 'category', 'edit', array('project_id' => $project['id'], 'category_id' => $category_id), false, 'popover') ?>
</li>
<li>
- <?= $this->url->link(t('Remove'), 'category', 'confirm', array('project_id' => $project['id'], 'category_id' => $category_id)) ?>
+ <?= $this->url->link(t('Remove'), 'category', 'confirm', array('project_id' => $project['id'], 'category_id' => $category_id), false, 'popover') ?>
</li>
</ul>
</div>