user management: remove unneeded and erroneous user filter reset function

This commit is contained in:
Jan-Christoph Borchardt 2014-05-07 17:10:47 +02:00 committed by Arthur Schiwon
parent 1ae8ec698b
commit 66d00cf782
3 changed files with 0 additions and 6 deletions

View File

@ -109,10 +109,6 @@ div.quota>span {
select.quota.active { background: #fff; }
input.userFilter {width: 200px;}
span.userFilterReset {
width: 16px; height: 16px; position: absolute;
padding-top: 20px; margin-left: -20px;
}
/* positioning fixes */
#newuser .multiselect {

View File

@ -425,7 +425,6 @@ $(document).ready(function () {
// Implements User Search
filter = new UserManagementFilter(
$('#usersearchform input'), UserList, GroupList);
filter.addResetButton($('.userFilterReset').first());
UserList.doSort();
UserList.availableGroups = $('#content table').data('groups');

View File

@ -28,6 +28,5 @@
<?php endif; ?>
<form autocomplete="off" id="usersearchform">
<input type="text" class="input userFilter" placeholder="<?php p($l->t('Search Users and Groups')); ?>" />
<span class="svg icon-delete userFilterReset"></a>
</form>
</div>