mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Users connected view
This commit is contained in:
parent
2dbc2e801f
commit
b13892ecdb
@ -34,7 +34,24 @@ function users_extension_main_god($god=true)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Header.
|
// Header.
|
||||||
ui_print_page_header(__('Users connected'), $image, false, '', $god);
|
ui_print_standard_header(
|
||||||
|
__('List of users connected'),
|
||||||
|
$image,
|
||||||
|
false,
|
||||||
|
'',
|
||||||
|
$god,
|
||||||
|
[],
|
||||||
|
[
|
||||||
|
[
|
||||||
|
'link' => '',
|
||||||
|
'label' => __('Workspace'),
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'link' => '',
|
||||||
|
'label' => __('Users connected'),
|
||||||
|
],
|
||||||
|
]
|
||||||
|
);
|
||||||
|
|
||||||
$check_profile = db_get_row('tusuario_perfil', 'id_usuario', $config['id_user'], 'id_up');
|
$check_profile = db_get_row('tusuario_perfil', 'id_usuario', $config['id_user'], 'id_up');
|
||||||
if ($check_profile === false && !users_is_admin()) {
|
if ($check_profile === false && !users_is_admin()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user