[
'active' => $_GET['sec2'] === 'operation/users/user_edit',
'text' => "".html_print_image(
'images/user_green.png',
true,
['title' => __('User management')]
).'',
],
'notifications' => [
'active' => $_GET['sec2'] === 'operation/users/user_edit_notifications',
'text' => "".html_print_image(
'images/alerts_template.png',
true,
['title' => __('User notifications')]
).'',
],
];
ui_print_page_header(
__('User detail editor'),
'images/op_workspace.png',
false,
'',
false,
$buttons
);
}