mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Fix helps
Former-commit-id: c4c666d8552f153a8d29320d655d27da50fa4267
This commit is contained in:
parent
b89751e647
commit
827ebcfbc5
@ -4451,9 +4451,9 @@ function get_help_info($section_name)
|
|||||||
|
|
||||||
case 'planned_downtime':
|
case 'planned_downtime':
|
||||||
if ($es) {
|
if ($es) {
|
||||||
$result .= 'Gestion_y_Administracion&printable=yes#Creaci.C3.B3n_parada_planificada';
|
$result .= 'Gestion_y_Administracion&printable=yes#Introducci.C3.B3n_4';
|
||||||
} else {
|
} else {
|
||||||
$result .= 'Managing_and_Administration&printable=yes#Create_a_scheduled_downtime';
|
$result .= 'Managing_and_Administration&printable=yes#Introduction_4';
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
@ -5264,6 +5264,14 @@ function get_help_info($section_name)
|
|||||||
$result .= '';
|
$result .= '';
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'render_view_tab':
|
||||||
|
if ($es) {
|
||||||
|
$result .= 'Pandora_GIS&printable=yes#Operaci.C3.B3n';
|
||||||
|
} else {
|
||||||
|
$result .= 'GIS&printable=yes#Operation';
|
||||||
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// hd($result);
|
// hd($result);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user