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/twofactor/check.php | 2 +- app/Template/twofactor/index.php | 4 ++-- app/Template/twofactor/show.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app/Template/twofactor') diff --git a/app/Template/twofactor/check.php b/app/Template/twofactor/check.php index 68a58a6c..b0cb4825 100644 --- a/app/Template/twofactor/check.php +++ b/app/Template/twofactor/check.php @@ -5,6 +5,6 @@ form->text('code', array(), array(), array('placeholder="123456"', 'autofocus'), 'form-numeric') ?>
- +
\ No newline at end of file diff --git a/app/Template/twofactor/index.php b/app/Template/twofactor/index.php index 6e701273..6de36514 100644 --- a/app/Template/twofactor/index.php +++ b/app/Template/twofactor/index.php @@ -7,9 +7,9 @@

text->e($provider) ?>

- + - +
diff --git a/app/Template/twofactor/show.php b/app/Template/twofactor/show.php index df408035..59897e20 100644 --- a/app/Template/twofactor/show.php +++ b/app/Template/twofactor/show.php @@ -26,6 +26,6 @@ form->text('code', array(), array(), array('placeholder="123456"', 'autofocus'), 'form-numeric') ?>
- +
\ No newline at end of file -- cgit v1.2.3