diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-27 13:09:37 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-27 13:10:12 +0100 |
commit | 8af3b5d3771417495226228cbee4394cc622d001 (patch) | |
tree | b61630d78b1ba4e5cab8dedb54557785b9d15108 /settings/templates | |
parent | 042617b707d3d710532019cf4106433b32125a7d (diff) | |
download | nextcloud-server-8af3b5d3771417495226228cbee4394cc622d001.tar.gz nextcloud-server-8af3b5d3771417495226228cbee4394cc622d001.zip |
Primary to confirm button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/templates')
-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 10b2f8c06db..9e6866b196d 100644 --- a/settings/templates/users/part.userlist.php +++ b/settings/templates/users/part.userlist.php @@ -65,7 +65,7 @@ <td class="userBackend" scope="col"></td> <td class="lastLogin" scope="col"></td> <td class="userActions"> - <input type="submit" id="newsubmit" class="button icon-checkmark has-tooltip" value="" title="<?php p($l->t('Add user'))?>" /> + <input type="submit" id="newsubmit" class="button primary icon-checkmark-white has-tooltip" value="" title="<?php p($l->t('Add user'))?>" /> <input type="reset" id="newreset" class="button icon-close has-tooltip" value="" title="<?php p($l->t('Cancel'))?>" /> </td> </tr> |