diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-05 17:22:13 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-05 17:22:13 -0500 |
commit | fe9d04c3b914f52bdfe0a171fe4046749b2003aa (patch) | |
tree | 3946dc05193189a3b301e4dd3d41591c670b88de /app/Template/category/remove.php | |
parent | 62fcb7544f64baeca9b0e766ee9343e1c200ec7a (diff) |
Add inline popoup for category section
Diffstat (limited to 'app/Template/category/remove.php')
-rw-r--r-- | app/Template/category/remove.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/category/remove.php b/app/Template/category/remove.php index ce589785..cad58d37 100644 --- a/app/Template/category/remove.php +++ b/app/Template/category/remove.php @@ -11,7 +11,7 @@ <div class="form-actions"> <?= $this->url->link(t('Yes'), 'category', 'remove', array('project_id' => $project['id'], 'category_id' => $category['id']), true, 'btn btn-red') ?> <?= t('or') ?> - <?= $this->url->link(t('cancel'), 'category', 'index', array('project_id' => $project['id'])) ?> + <?= $this->url->link(t('cancel'), 'category', 'index', array('project_id' => $project['id']), false, 'close-popover') ?> </div> </div> </section>
\ No newline at end of file |