From 4f3ca47d6130b1ffac5716dd25db222ef1f936d3 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 5 Feb 2016 17:26:13 -0500 Subject: Add inline popoup for custom filters section --- app/Template/custom_filter/edit.php | 4 ++-- app/Template/custom_filter/index.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/Template/custom_filter/edit.php b/app/Template/custom_filter/edit.php index adae6b4f..01fb4ec5 100644 --- a/app/Template/custom_filter/edit.php +++ b/app/Template/custom_filter/edit.php @@ -2,7 +2,7 @@

-
+ form->csrf() ?> @@ -27,6 +27,6 @@
- url->link(t('cancel'), 'customfilter', 'index', array('project_id' => $project['id'])) ?> + url->link(t('cancel'), 'customfilter', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>
\ No newline at end of file diff --git a/app/Template/custom_filter/index.php b/app/Template/custom_filter/index.php index 7868384f..2994ae25 100644 --- a/app/Template/custom_filter/index.php +++ b/app/Template/custom_filter/index.php @@ -36,8 +36,8 @@ -- cgit v1.2.3