|
dolibarr 24.0.0-beta
|
Set of function to manage users, groups and permissions. More...
Go to the source code of this file.
Functions | |
| user_prepare_head (User $object) | |
| Prepare array with list of tabs. | |
| group_prepare_head ($object) | |
| Prepare array with list of tabs. | |
| user_admin_prepare_head () | |
| Prepare array with list of tabs. | |
| showSkins ($fuser, $edit=0, $foruserprofile=false) | |
| Show list of themes. | |
Set of function to manage users, groups and permissions.
Definition in file usergroups.lib.php.
| group_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
| UserGroup | $object | Object group |
Definition at line 246 of file usergroups.lib.php.
References $conf, $object, complete_head_from_modules(), dolBuildUrl(), getDolGlobalString(), and isModEnabled().
| showSkins | ( | $fuser, | |
| $edit = 0, | |||
| $foruserprofile = false ) |
Show list of themes.
Show all thumbs of themes
| User | null | $fuser | User concerned or null for global theme |
| int | $edit | 1 to add edit form |
| boolean | $foruserprofile | Show for user profile view |
Definition at line 353 of file usergroups.lib.php.
References $conf, $db, colorArrayToHex(), colorStringToArray(), dol_buildpath(), dol_escape_htmltag(), dolBuildUrl(), getDolGlobalInt(), getDolGlobalString(), img_picto(), and yn().
| user_admin_prepare_head | ( | ) |
Prepare array with list of tabs.
Definition at line 295 of file usergroups.lib.php.
References $conf, complete_head_from_modules(), and dolBuildUrl().
| user_prepare_head | ( | User | $object | ) |
Prepare array with list of tabs.
| User | $object | Object related to tabs |
Definition at line 37 of file usergroups.lib.php.
References $conf, $db, $object, complete_head_from_modules(), Link\count(), dol_dir_list(), dol_getcache(), dol_print_error(), dol_setcache(), dol_syslog(), dolBuildUrl(), getDolGlobalString(), and isModEnabled().