summaryrefslogtreecommitdiff
path: root/app/Template/action/remove.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-05 17:40:42 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-05 17:40:42 -0500
commitdac049cd08d96d32862a50d749e7bf8a15d776c3 (patch)
tree3d9783abc73fa92f1a8788198f996ba1d2363a9b /app/Template/action/remove.php
parent4f3ca47d6130b1ffac5716dd25db222ef1f936d3 (diff)
Add inline popoup for project sections
Diffstat (limited to 'app/Template/action/remove.php')
-rw-r--r--app/Template/action/remove.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/action/remove.php b/app/Template/action/remove.php
index c8d4dfe4..070a7918 100644
--- a/app/Template/action/remove.php
+++ b/app/Template/action/remove.php
@@ -10,6 +10,6 @@
<div class="form-actions">
<?= $this->url->link(t('Yes'), 'action', 'remove', array('project_id' => $project['id'], 'action_id' => $action['id']), true, 'btn btn-red') ?>
<?= t('or') ?>
- <?= $this->url->link(t('cancel'), 'action', 'index', array('project_id' => $project['id'])) ?>
+ <?= $this->url->link(t('cancel'), 'action', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>
</div>
</div> \ No newline at end of file