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/column/edit.php | 6 +++--- app/Template/column/index.php | 6 +++--- app/Template/column/remove.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'app/Template/column') diff --git a/app/Template/column/edit.php b/app/Template/column/edit.php index a17affd8..618cb134 100644 --- a/app/Template/column/edit.php +++ b/app/Template/column/edit.php @@ -2,7 +2,7 @@

-
+ form->csrf() ?> @@ -37,8 +37,8 @@
url->doc(t('Write your text in Markdown'), 'syntax-guide') ?>
- + - url->link(t('cancel'), 'column', 'index', array('project_id' => $project['id'])) ?> + url->link(t('cancel'), 'column', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>
\ No newline at end of file diff --git a/app/Template/column/index.php b/app/Template/column/index.php index 17651d46..85d46f26 100644 --- a/app/Template/column/index.php +++ b/app/Template/column/index.php @@ -29,7 +29,7 @@ @@ -87,6 +87,6 @@
url->doc(t('Write your text in Markdown'), 'syntax-guide') ?>
- +
\ No newline at end of file diff --git a/app/Template/column/remove.php b/app/Template/column/remove.php index 28d0928f..ccab889d 100644 --- a/app/Template/column/remove.php +++ b/app/Template/column/remove.php @@ -10,6 +10,6 @@
url->link(t('Yes'), 'column', 'remove', array('project_id' => $project['id'], 'column_id' => $column['id'], 'remove' => 'yes'), true, 'btn btn-red') ?> - url->link(t('cancel'), 'column', 'index', array('project_id' => $project['id'])) ?> + url->link(t('cancel'), 'column', 'index', array('project_id' => $project['id']), false, 'close-popover') ?>
\ No newline at end of file -- cgit v1.2.3