From dac049cd08d96d32862a50d749e7bf8a15d776c3 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 5 Feb 2016 17:40:42 -0500 Subject: Add inline popoup for project sections --- app/Template/action/remove.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/action/remove.php') 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 @@
url->link(t('Yes'), 'action', 'remove', array('project_id' => $project['id'], 'action_id' => $action['id']), true, 'btn btn-red') ?> - url->link(t('cancel'), 'action', 'index', array('project_id' => $project['id'])) ?> + url->link(t('cancel'), 'action', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>
\ No newline at end of file -- cgit v1.2.3