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/user/authentication.php | 2 +- app/Template/user/create_local.php | 2 +- app/Template/user/create_remote.php | 2 +- app/Template/user/edit.php | 2 +- app/Template/user/notifications.php | 2 +- app/Template/user/password.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app/Template/user') diff --git a/app/Template/user/authentication.php b/app/Template/user/authentication.php index 0c08f3fb..6cfd4e57 100644 --- a/app/Template/user/authentication.php +++ b/app/Template/user/authentication.php @@ -14,7 +14,7 @@ form->checkbox('disable_login_form', t('Disallow login form'), 1, isset($values['disable_login_form']) && $values['disable_login_form'] == 1) ?>
- + url->link(t('cancel'), 'user', 'show', array('user_id' => $user['id'])) ?>
diff --git a/app/Template/user/create_local.php b/app/Template/user/create_local.php index 38bd7836..7257456d 100644 --- a/app/Template/user/create_local.php +++ b/app/Template/user/create_local.php @@ -44,7 +44,7 @@
- + url->link(t('cancel'), 'user', 'index') ?>
diff --git a/app/Template/user/create_remote.php b/app/Template/user/create_remote.php index 7399a010..05acbba1 100644 --- a/app/Template/user/create_remote.php +++ b/app/Template/user/create_remote.php @@ -41,7 +41,7 @@
- + url->link(t('cancel'), 'user', 'index') ?>
diff --git a/app/Template/user/edit.php b/app/Template/user/edit.php index f7f67fb7..7b51eb73 100644 --- a/app/Template/user/edit.php +++ b/app/Template/user/edit.php @@ -28,7 +28,7 @@
- + url->link(t('cancel'), 'user', 'show', array('user_id' => $user['id'])) ?>
diff --git a/app/Template/user/notifications.php b/app/Template/user/notifications.php index 7223013c..2a5c8152 100644 --- a/app/Template/user/notifications.php +++ b/app/Template/user/notifications.php @@ -22,7 +22,7 @@
- + url->link(t('cancel'), 'user', 'show', array('user_id' => $user['id'])) ?>
diff --git a/app/Template/user/password.php b/app/Template/user/password.php index a24a4ee4..ea6e997d 100644 --- a/app/Template/user/password.php +++ b/app/Template/user/password.php @@ -19,7 +19,7 @@ form->password('confirmation', $values, $errors) ?>
- + url->link(t('cancel'), 'user', 'show', array('user_id' => $user['id'])) ?>
-- cgit v1.2.3