From 0bd5328c19b076a23719b3860296e5507c773d34 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Mar 2016 07:56:58 -0500 Subject: Added Ajax loading icon for submit buttons --- app/Template/config/application.php | 2 +- app/Template/config/board.php | 2 +- app/Template/config/calendar.php | 2 +- app/Template/config/integrations.php | 2 +- app/Template/config/project.php | 2 +- app/Template/config/webhook.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app/Template/config') diff --git a/app/Template/config/application.php b/app/Template/config/application.php index d78ae427..259756bc 100644 --- a/app/Template/config/application.php +++ b/app/Template/config/application.php @@ -33,6 +33,6 @@ hook->render('template:config:application', array('values' => $values, 'errors' => $errors)) ?>
- +
diff --git a/app/Template/config/board.php b/app/Template/config/board.php index f787a931..ba1bab59 100644 --- a/app/Template/config/board.php +++ b/app/Template/config/board.php @@ -18,6 +18,6 @@

- +
diff --git a/app/Template/config/calendar.php b/app/Template/config/calendar.php index f5250132..b7b230df 100644 --- a/app/Template/config/calendar.php +++ b/app/Template/config/calendar.php @@ -28,7 +28,7 @@
- +
\ No newline at end of file diff --git a/app/Template/config/integrations.php b/app/Template/config/integrations.php index ced051f7..e404c52e 100644 --- a/app/Template/config/integrations.php +++ b/app/Template/config/integrations.php @@ -12,6 +12,6 @@
- +
\ No newline at end of file diff --git a/app/Template/config/project.php b/app/Template/config/project.php index 1d32a14f..b6b7ec25 100644 --- a/app/Template/config/project.php +++ b/app/Template/config/project.php @@ -22,6 +22,6 @@ form->checkbox('cfd_include_closed_tasks', t('Include closed tasks in the cumulative flow diagram'), 1, $values['cfd_include_closed_tasks'] == 1) ?>
- +
diff --git a/app/Template/config/webhook.php b/app/Template/config/webhook.php index bcf95787..b96979a0 100644 --- a/app/Template/config/webhook.php +++ b/app/Template/config/webhook.php @@ -10,7 +10,7 @@ form->text('webhook_url', $values, $errors) ?>
- +
-- cgit v1.2.3