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/project_action_duplication/show.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'app/Template/project_action_duplication') diff --git a/app/Template/project_action_duplication/show.php b/app/Template/project_action_duplication/show.php index 2eebb262..c2f52e35 100644 --- a/app/Template/project_action_duplication/show.php +++ b/app/Template/project_action_duplication/show.php @@ -4,16 +4,12 @@

-
+ form->csrf() ?> form->label(t('Create from another project'), 'src_project_id') ?> form->select('src_project_id', $projects_list) ?> -
- - - url->link(t('cancel'), 'Action', 'index', array(), false, 'close-popover') ?> -
+ modal->submitButtons() ?>
-- cgit v1.2.3