Added changes in helps

Former-commit-id: e63717665df7be9e2f00b5492ef77c8e93a4e9a4
This commit is contained in:
manuel 2019-04-30 12:28:11 +02:00
parent 7045e59e87
commit b1dd6edc64
2 changed files with 13 additions and 27 deletions

View File

@ -600,6 +600,8 @@ if ($id_agente) {
$tab_description = '- '.__('Modules');
if ($type_module_t == 'webux') {
$help_header = 'wux_console';
} else {
$help_header = 'local_module_tab';
}
break;

View File

@ -4176,22 +4176,6 @@ function get_help_info($section_name)
}
break;
case 'alert_template':
break;
case 'alert_type':
break;
case 'autocreate_blacklist':
break;
case 'categories':
break;
case 'collections':
if ($es) {
$result .= 'Politicas&printable=yes#Colecciones_de_ficheros';
@ -4200,14 +4184,6 @@ function get_help_info($section_name)
}
break;
case 'collection_tab':
break;
case 'column_macros':
// XXX
break;
case 'component_groups':
if ($es) {
$result .= 'Plantillas_y_Componentes&printable=yes#Grupos_de_componentes';
@ -5503,11 +5479,19 @@ function get_help_info($section_name)
}
break;
case 'visual_console_tab':
case 'sound_console_tab':
if ($es) {
$result .= '';
$result .= 'Eventos&printable=yes#Uso';
} else {
$result .= '';
$result .= 'Events&printable=yes#Use';
}
break;
case 'local_module_tab':
if ($es) {
$result .= 'Operacion&printable=yes#Tipos_de_m.C3.B3dulos';
} else {
$result .= 'Operations&printable=yes#Types_of_Modules';
}
break;