Issue #1167 : Member Manager Fixes and implementation

* Implement the member research
 * Visual fix for the "add member" form
 * Use of the local storage to import all user (for the add member form)
 * Change the feedback of add and remove members
 * Add load state for the adding and removing users
 * Synchronize member number displays
 * Limit the number of members displayed
This commit is contained in:
Zacharie
2020-05-11 15:55:56 +02:00
committed by plegall
parent 14c47f0dd3
commit 1d3c08616b
4 changed files with 204 additions and 145 deletions
+1
View File
@@ -386,6 +386,7 @@ $template->assign(
'F_ADD_ACTION' => get_root_url().'admin.php?page=group_list',
'U_HELP' => get_root_url().'admin/popuphelp.php?page=group_list',
'PWG_TOKEN' => get_pwg_token(),
'CACHE_KEYS' => get_admin_client_cache_keys(array('groups', 'users')),
)
);