summaryrefslogtreecommitdiffstats
path: root/settings/templates/users
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 16:24:39 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 16:24:39 +0200
commitbc47e56f9f52251c1161cee47dea15c27dd8c3c3 (patch)
tree0835fbe3a71b590cb09e565a061a99349cb37317 /settings/templates/users
parent358a4ce753bb19531157055bf9097014c59234c9 (diff)
downloadnextcloud-server-bc47e56f9f52251c1161cee47dea15c27dd8c3c3.tar.gz
nextcloud-server-bc47e56f9f52251c1161cee47dea15c27dd8c3c3.zip
fix related layout issues in user management
Diffstat (limited to 'settings/templates/users')
-rw-r--r--settings/templates/users/part.grouplist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php
index a903f43f876..593c202f2c9 100644
--- a/settings/templates/users/part.grouplist.php
+++ b/settings/templates/users/part.grouplist.php
@@ -8,7 +8,7 @@
<li id="newgroup-form">
<form>
<input type="text" id="newgroupname" placeholder="<?php p($l->t('Group')); ?>..." />
- <input type="submit" class="button" value="<?php p($l->t('Add Group'))?>" />
+ <input type="submit" class="button icon-add" value="" />
</form>
</li>
<!-- Everyone -->