mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Agents alias in header
This commit is contained in:
parent
1c85038ffa
commit
a7cfa310a3
@ -808,7 +808,7 @@ if ($id_agente) {
|
|||||||
$pure = (int) get_parameter('pure');
|
$pure = (int) get_parameter('pure');
|
||||||
if ($pure === 0) {
|
if ($pure === 0) {
|
||||||
ui_print_standard_header(
|
ui_print_standard_header(
|
||||||
__('Agent setup view'),
|
__('Agent setup view').' ( '.strtolower(agents_get_alias($id_agente)).' )',
|
||||||
'images/agent.png',
|
'images/agent.png',
|
||||||
false,
|
false,
|
||||||
$helper,
|
$helper,
|
||||||
|
@ -1921,7 +1921,7 @@ switch ($tab) {
|
|||||||
|
|
||||||
if ((bool) $config['pure'] === false) {
|
if ((bool) $config['pure'] === false) {
|
||||||
ui_print_standard_header(
|
ui_print_standard_header(
|
||||||
__('Agent main view'),
|
__('Agent main view').' ( '.strtolower(agents_get_alias($id_agente)).' )',
|
||||||
$icon,
|
$icon,
|
||||||
false,
|
false,
|
||||||
($help_header ?? ''),
|
($help_header ?? ''),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user