diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-04-17 22:14:04 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:53:57 +0200 |
commit | a9bd416643ad950de5f21aaaa4f5c77dd51c787a (patch) | |
tree | 5f7d969e3229d9473a6c591c3354317a94ac720f /settings/templates | |
parent | 3ff123f247b8bc29665a28c3641c3fc445a4a161 (diff) | |
download | nextcloud-server-a9bd416643ad950de5f21aaaa4f5c77dd51c787a.tar.gz nextcloud-server-a9bd416643ad950de5f21aaaa4f5c77dd51c787a.zip |
add reset button for the filter field
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users/part.createuser.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/templates/users/part.createuser.php b/settings/templates/users/part.createuser.php index 6af1e934e1d..2e37f3885a0 100644 --- a/settings/templates/users/part.createuser.php +++ b/settings/templates/users/part.createuser.php @@ -27,6 +27,7 @@ </div> <?php endif; ?> <form autocomplete="off" id="usersearchform"> - <input type="text" class="input" placeholder="<?php p($l->t('Search Users and Groups')); ?>" /> + <input type="text" class="input userFilter" placeholder="<?php p($l->t('Search Users and Groups')); ?>" /> + <span class="svg icon-delete userFilterReset"></a> </form> </div>
\ No newline at end of file |