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:
parent
7d71091631
commit
fefe09c424
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
Loading…
Reference in New Issue