2013-04-02 Mario Pulido <mario.pulido@artica.es>

* 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
This commit is contained in:
mariopulido 2013-04-02 12:00:10 +00:00
parent 7d71091631
commit fefe09c424
4 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2013-04-02 Mario Pulido <mario.pulido@artica.es>
* 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 <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,

View File

@ -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

View File

@ -0,0 +1,10 @@
<?php
/**
* @package Include/help/en
*/
?>
<h1>Categories in Pandora FMS</h1>
A category are configurated on the system, and be assigned to the choosed modules. <br>
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.

View File

@ -0,0 +1,10 @@
<?php
/**
* @package Include/help/es
*/
?>
<h1>Categorias en Pandora FMS</h1>
Se pueden configurar unas categorias en el sistema, se asignan a los módulos que se quiera. <br>
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.