diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-04-20 14:27:58 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-03-16 17:09:20 +0100 |
commit | aa2b008577fa9526bc3a041e10e36c8f1c27eb4e (patch) | |
tree | 4401b91feffaee0942eafe1d39f39b2e3536ca9d /settings/templates/users | |
parent | 596bc3bab285b3f76a9984b4e3481ff72d37e0cb (diff) | |
download | nextcloud-server-aa2b008577fa9526bc3a041e10e36c8f1c27eb4e.tar.gz nextcloud-server-aa2b008577fa9526bc3a041e10e36c8f1c27eb4e.zip |
Add loading feedback for email change in user management
* show loading indicator while the request is running
* change value after the request succeed - not before and
undo maybe wrong changes
* move markup to HTML template
* show notification temporarily
Diffstat (limited to 'settings/templates/users')
-rw-r--r-- | settings/templates/users/part.userlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.userlist.php b/settings/templates/users/part.userlist.php index 15b7cb4abd7..697d0f3f142 100644 --- a/settings/templates/users/part.userlist.php +++ b/settings/templates/users/part.userlist.php @@ -34,7 +34,7 @@ src="<?php print_unescaped(image_path('core', 'actions/rename.svg'))?>" alt="<?php p($l->t("set new password"))?>" title="<?php p($l->t("set new password"))?>"/> </td> - <td class="mailAddress"><span></span> <img class="svg action" + <td class="mailAddress"><span></span><div class="loading-small hidden"></div> <img class="svg action" src="<?php p(image_path('core', 'actions/rename.svg'))?>" alt="<?php p($l->t('change email address'))?>" title="<?php p($l->t('change email address'))?>"/> </td> |