Fix helps

Former-commit-id: c4c666d8552f153a8d29320d655d27da50fa4267
This commit is contained in:
manuel 2019-05-14 13:09:49 +02:00
parent b89751e647
commit 827ebcfbc5
1 changed files with 10 additions and 2 deletions

View File

@ -4451,9 +4451,9 @@ function get_help_info($section_name)
case 'planned_downtime':
if ($es) {
$result .= 'Gestion_y_Administracion&printable=yes#Creaci.C3.B3n_parada_planificada';
$result .= 'Gestion_y_Administracion&printable=yes#Introducci.C3.B3n_4';
} else {
$result .= 'Managing_and_Administration&printable=yes#Create_a_scheduled_downtime';
$result .= 'Managing_and_Administration&printable=yes#Introduction_4';
}
break;
@ -5264,6 +5264,14 @@ function get_help_info($section_name)
$result .= '';
}
break;
case 'render_view_tab':
if ($es) {
$result .= 'Pandora_GIS&printable=yes#Operaci.C3.B3n';
} else {
$result .= 'GIS&printable=yes#Operation';
}
break;
}
// hd($result);