From 38cdf48e58582a5d660d560ea83df0a7b24715a8 Mon Sep 17 00:00:00 2001 From: mariopulido87 Date: Tue, 2 Apr 2013 12:00:10 +0000 Subject: [PATCH] 2013-04-02 Mario Pulido * godmode/category/category.php, include/help/en/help_categories.php, include/help/es/help_categories.php: Added help in categories menu git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7910 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/godmode/category/category.php | 2 +- pandora_console/include/help/en/help_categories.php | 10 ++++++++++ pandora_console/include/help/es/help_categories.php | 10 ++++++++++ 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 pandora_console/include/help/en/help_categories.php create mode 100644 pandora_console/include/help/es/help_categories.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2315525122..4b8860670d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2013-04-02 Mario Pulido + + * godmode/category/category.php, + include/help/en/help_categories.php, + include/help/es/help_categories.php: Added help in categories menu + + 2013-04-02 Junichi Satoh * extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql, diff --git a/pandora_console/godmode/category/category.php b/pandora_console/godmode/category/category.php index 1b48d78f4c..a0946542e4 100755 --- a/pandora_console/godmode/category/category.php +++ b/pandora_console/godmode/category/category.php @@ -47,7 +47,7 @@ if(defined('METACONSOLE')) { ui_meta_print_header(__('Categories configuration'), __('List'), $buttons); } else { - ui_print_page_header (__('Categories configuration'), "images/setup.png", false, "", true, $buttons); + ui_print_page_header (__('Categories configuration'), "images/setup.png", false, "categories", true, $buttons); } // Two actions can performed in this page: search and delete categories diff --git a/pandora_console/include/help/en/help_categories.php b/pandora_console/include/help/en/help_categories.php new file mode 100644 index 0000000000..e7e7019104 --- /dev/null +++ b/pandora_console/include/help/en/help_categories.php @@ -0,0 +1,10 @@ + +

Categories in Pandora FMS

+ +A category are configurated on the system, and be assigned to the choosed modules.
+Administrator is the only user who has permissions to create and configure categories. Can be used for charging modules depending on the category to which they belong. + diff --git a/pandora_console/include/help/es/help_categories.php b/pandora_console/include/help/es/help_categories.php new file mode 100644 index 0000000000..9a79bac481 --- /dev/null +++ b/pandora_console/include/help/es/help_categories.php @@ -0,0 +1,10 @@ + +

Categorias en Pandora FMS

+ +Se pueden configurar unas categorias en el sistema, se asignan a los módulos que se quiera.
+El único usuario que tiene permisos para realizar la creación y configuración de categorias es el administrador y se pueden utilizar para la tarificación de modulos dependiendo de la categoria a la que pertenezcan. +