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/create.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'app/Template/action_creation/create.php') diff --git a/app/Template/action_creation/create.php b/app/Template/action_creation/create.php index c0d2880e..04aa761c 100644 --- a/app/Template/action_creation/create.php +++ b/app/Template/action_creation/create.php @@ -1,16 +1,12 @@ -
+ form->csrf() ?> form->hidden('project_id', $values) ?> form->label(t('Action'), 'action_name') ?> form->select('action_name', $available_actions, $values) ?> -
- - - url->link(t('cancel'), 'ActionController', 'index', array(), false, 'close-popover') ?> -
+ modal->submitButtons(t('Next step')) ?>
-- cgit v1.2.3