summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-31 11:24:27 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-31 11:24:27 +0200
commit52f51c94dbdbd38475f72d49a978512ade07e660 (patch)
treef7b6cabc037b178a7d19229c67be77f44ecbb11b /settings/templates
parent82da373ee7a25481451c411d35f49db58002b8a1 (diff)
parentaa2b008577fa9526bc3a041e10e36c8f1c27eb4e (diff)
downloadnextcloud-server-52f51c94dbdbd38475f72d49a978512ade07e660.tar.gz
nextcloud-server-52f51c94dbdbd38475f72d49a978512ade07e660.zip
Merge pull request #15750 from owncloud/loading-feedback-email-usermanagement
Add loading feedback for email change in user management
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/users/part.userlist.php2
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>