When looking on the 'Administer Users' page, I wanted to see the users sorted by what group they belonged to. I was also not concerned with which language each user had selected. This patch resolves those two issues.
Only one file had to be modified:
\libs\phpsm\forms\userAdminForm.php
(modified version attached)
With this patch, the 'Administer Users' page will show one table for each group, with the group name at the head of each table. A user count for each table is at the bottom, along with a total user count at the very bottom.
-'language' column has been removed from tables.
-Users belonging to no group show up in a table at the bottom.
-I accounted for some users belonging to multiple groups (so the individual user counts will not necessarily add up to the total user count).
-'Register a new user' has been moved to the top, just under the title 'Administer Users'
hope others find this useful. enjoy!
-phillip
new userAdminForm.php for group breakdown