1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

close #29: Admin-ui ajax result filtering on keyup with jQuery;

admin jQuery JS improvements, server side filtering issues solved
This commit is contained in:
SecretR
2013-01-08 11:21:29 +02:00
parent 8c4432b4b2
commit ca9a6321ea
3 changed files with 92 additions and 17 deletions

View File

@@ -277,6 +277,10 @@ class users_admin_ui extends e_admin_ui
unset($this->fields['checkboxes']);
unset($this->fields['options']);
}
//FIXME - handle user extended search...
//$this->_alias_parsed = false;
//$this->parseAliases();
// if(isset ($_POST['adduser']))
// {