-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
the script
plugins/system_manager/admin/templates/users_list.php
ThemeHandler::render_header([
'title' => 'Usuários - CoreCRM',
'logo' => '<a href="/admin" class="text-xl font-bold tracking-tight hover:underline">CoreCRM Usuários</a>',
'user' => ['name' => $_SESSION['user_id'] ?? 'Usuário'],
'actions' => [
['label' => 'Voltar', 'href' => '/admin', 'class' => 'bg-gray-300 hover:bg-gray-400 text-gray-700']
]
]);
is passing a object with options variables that doesnt reach the header class properly.
Reactions are currently unavailable