diff options
author | raghunayyar <me@iraghu.com> | 2014-02-12 19:38:21 +0530 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:52:53 +0200 |
commit | 8e34316e04dd2ca3b43f2d862adab050e2fcca57 (patch) | |
tree | be29aa711a31beccbc0448718602cb67f27f0642 /settings/templates | |
parent | c7af9cd6dd81072cf686ec123322c4241322bf73 (diff) | |
download | nextcloud-server-8e34316e04dd2ca3b43f2d862adab050e2fcca57.tar.gz nextcloud-server-8e34316e04dd2ca3b43f2d862adab050e2fcca57.zip |
Fixes User Search by username.
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php index 89c83c3bd41..ec9ca074164 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -107,8 +107,7 @@ $_['subadmingroups'] = array_flip($items); </div> <?php endif; ?> <form autocomplete="off" id="usersearchform"> - <label><?php p($l->t( 'Search' )); ?></label> - <input type="text" class="input" /> + <input type="text" class="input" placeholder="<?php p($l->t( 'Search by Username' )); ?>" /> </form> </div> <table class="hascontrols grid" data-groups="<?php p(json_encode($allGroups));?>"> |