From 3833c12ccce59bcc49c4cfa892401973558f604d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 2 Jan 2017 17:01:27 -0500 Subject: Refactoring/rewrite of modal boxes handling --- app/Template/action_creation/event.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'app/Template/action_creation/event.php') diff --git a/app/Template/action_creation/event.php b/app/Template/action_creation/event.php index cdf00310..58996ad8 100644 --- a/app/Template/action_creation/event.php +++ b/app/Template/action_creation/event.php @@ -2,8 +2,7 @@

-
- + form->csrf() ?> form->hidden('project_id', $values) ?> @@ -19,9 +18,5 @@ -
- - - url->link(t('cancel'), 'ActionController', 'index', array('project_id' => $project['id']), false, 'close-popover') ?> -
+ modal->submitButtons(t('Next step')) ?>
-- cgit v1.2.3