mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added changes in helps
Former-commit-id: e63717665df7be9e2f00b5492ef77c8e93a4e9a4
This commit is contained in:
parent
7045e59e87
commit
b1dd6edc64
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user