diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0e484b4f1f..c8a57eb136 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2013-01-04 Juan Manuel Ramon + + * include/help/en/help_alert_macros.php + include/help/es/help_alert_macros.php: Added macro _email_tag_ + to these help screens. + * include/functions_reports.php: Added exception to templates when + report types are displayed. + 2013-01-03 Miguel de Dios * extensions/resource_registration.php, diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index 060c3d6e92..e90b833c31 100644 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -604,13 +604,11 @@ function reports_get_report_types ($template = false, $not_editor = false) { } } - $types['agent_configuration'] = array('optgroup' => __('Configuration'), - 'name' => __('Agent configuration')); - $types['group_configuration'] = array('optgroup' => __('Configuration'), - 'name' => __('Group configuration')); - - - if (!$template) { + if (!$template) { + $types['agent_configuration'] = array('optgroup' => __('Configuration'), + 'name' => __('Agent configuration')); + $types['group_configuration'] = array('optgroup' => __('Configuration'), + 'name' => __('Group configuration')); $types['netflow_area'] = array('optgroup' => __('Netflow'), 'name' => __('Netflow area chart')); $types['netflow_pie'] = array('optgroup' => __('Netflow'), diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php index e6a29faf74..b75c96dff6 100644 --- a/pandora_console/include/help/en/help_alert_macros.php +++ b/pandora_console/include/help/en/help_alert_macros.php @@ -39,6 +39,7 @@ The following macros are available:
  • _plugin_parameters_ : Plug-in Parameters of the module.
  • _groupcontact_ : Group contact information. Configured when the group is created.
  • _groupother_ : Other information about the group. Configured when the group is created.
  • +
  • _email_tag_ : Emails associated to the module tags.
  • diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php index 3dfc84b80b..f3a4105248 100644 --- a/pandora_console/include/help/es/help_alert_macros.php +++ b/pandora_console/include/help/es/help_alert_macros.php @@ -40,6 +40,7 @@ Las siguientes macros están disponibles:

  • _plugin_parameters_ : Parámetros del Plug-in del módulo.
  • _groupcontact_ : Información de contacto del grupo. Se configura al crear el grupo.
  • _groupother_ : Otra información sobre el grupo. Se configura al crear el grupo.
  • +
  • _email_tag_ : Emails asociados a los tags de módulos.