diff options
Diffstat (limited to 'UI/Admin/edit_user.html')
-rw-r--r-- | UI/Admin/edit_user.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/UI/Admin/edit_user.html b/UI/Admin/edit_user.html index a7c25529..4602f8fa 100644 --- a/UI/Admin/edit_user.html +++ b/UI/Admin/edit_user.html @@ -146,6 +146,20 @@ </table> <table> + + <!-- Groups section --> + <tr> + <?lsmb FOREACH group IN groups ?> + <?lsmb IF loop.count % 8 == 0?> + </tr> + <tr> + <?lsmb END?> + <td><input type="checkbox" name="<?lsmb loop.index?>" value="1"/><?lsmb group.rolname?></td> + <?lsmb END?> + </tr> + </table> + + <table> <tr> <td><button value="new_user">Submit</button></td> <td><button name="method" value="cancel">Cancel</td> |