From 3d0c18fac69ea76dce064c40a770f98d8e2775d2 Mon Sep 17 00:00:00 2001
From: raulmateos <noreply@pandorafms.org>
Date: Fri, 4 Sep 2009 11:20:32 +0000
Subject: [PATCH] 2009-09-04  Raul Mateos  <raulofpandora@gmail.com>

	* include/config_process.php: Update build after last changes.

	* godmode/modules/manage_nc_groups*.php,
	godmode/modules/manage_network_components_form*.php: Unify titles
	improving integrity of appearance.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1915 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_console/ChangeLog                                 | 8 ++++++++
 pandora_console/godmode/modules/manage_nc_groups.php      | 2 +-
 pandora_console/godmode/modules/manage_nc_groups_form.php | 2 +-
 .../modules/manage_network_components_form_network.php    | 5 +++--
 .../modules/manage_network_components_form_plugin.php     | 5 +++--
 .../modules/manage_network_components_form_wmi.php        | 5 +++--
 pandora_console/include/config_process.php                | 2 +-
 7 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 402ab64ce4..6786dd1fc5 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-04  Raul Mateos  <raulofpandora@gmail.com>
+
+	* include/config_process.php: Update build after last changes.
+
+	* godmode/modules/manage_nc_groups*.php,
+	godmode/modules/manage_network_components_form*.php: Unify titles
+	improving integrity of appearance.
+
 2009-09-04  Miguel de Dios  <miguel.dedios@artica.es>
 
 	* images/status_sets/default/module_warning_ball.png,
diff --git a/pandora_console/godmode/modules/manage_nc_groups.php b/pandora_console/godmode/modules/manage_nc_groups.php
index 3bb4ebc470..7faee76857 100644
--- a/pandora_console/godmode/modules/manage_nc_groups.php
+++ b/pandora_console/godmode/modules/manage_nc_groups.php
@@ -86,7 +86,7 @@ $table->width = '90%';
 $table->head = array ();
 $table->head[0] = __('Name');
 $table->head[1] = __('Parent');
-$table->head[2] = '';
+$table->head[2] = __('Action');
 $table->style = array ();
 $table->style[0] = 'font-weight: bold';
 $table->align = array ();
diff --git a/pandora_console/godmode/modules/manage_nc_groups_form.php b/pandora_console/godmode/modules/manage_nc_groups_form.php
index dfb5a76807..3d697d95dd 100644
--- a/pandora_console/godmode/modules/manage_nc_groups_form.php
+++ b/pandora_console/godmode/modules/manage_nc_groups_form.php
@@ -38,7 +38,7 @@ if ($id) {
 	$parent = '';
 }
 
-echo '<h2>'.__('Component group management').'</h2>';
+echo '<h2>'.__('Module management').' &raquo; '. __('Component group management').'</h2>';
 
 $table->width = '50%';
 $table->style = array ();
diff --git a/pandora_console/godmode/modules/manage_network_components_form_network.php b/pandora_console/godmode/modules/manage_network_components_form_network.php
index 6e54a26624..aeb6e95093 100644
--- a/pandora_console/godmode/modules/manage_network_components_form_network.php
+++ b/pandora_console/godmode/modules/manage_network_components_form_network.php
@@ -29,8 +29,9 @@ if (! $id) {
 	$snmp_community = "public";
 }
 
-echo "<h2>".__('Module component management')."</h2>";
-echo "<h4>".__('Network component')."</h4>";
+echo "<h2>".__('Module management')." &raquo; ";
+echo __('Module component management')."</h2>";
+echo "<h3>".__('Network component')."</h3>";
 
 $data = array ();
 $data[0] = _('Port');
diff --git a/pandora_console/godmode/modules/manage_network_components_form_plugin.php b/pandora_console/godmode/modules/manage_network_components_form_plugin.php
index 0de0c1c068..6ee55f4161 100644
--- a/pandora_console/godmode/modules/manage_network_components_form_plugin.php
+++ b/pandora_console/godmode/modules/manage_network_components_form_plugin.php
@@ -18,8 +18,9 @@ require_once ('include/config.php');
 
 check_login ();
 
-echo '<h2>'.__('Module component management').'</h2>';
-echo '<h4>'.__('Plugin component').'</h4>';
+echo "<h2>".__('Module management')." &raquo; ";
+echo __('Module component management')."</h2>";
+echo "<h3>".__('Plugin component').'</h3>';
 
 $data = array ();
 $data[0] = __('Plugin');
diff --git a/pandora_console/godmode/modules/manage_network_components_form_wmi.php b/pandora_console/godmode/modules/manage_network_components_form_wmi.php
index 4b6d5af229..087552032b 100644
--- a/pandora_console/godmode/modules/manage_network_components_form_wmi.php
+++ b/pandora_console/godmode/modules/manage_network_components_form_wmi.php
@@ -26,8 +26,9 @@ if (! give_acl ($config['id_user'], 0, "PM")) {
 	return;
 }
 
-echo '<h2>'.__('Module component management').'</h2>';
-echo '<h4>'.__('WMI component management').'</h4>';
+echo "<h2>".__('Module management')." &raquo; ";
+echo __('Module component management')."</h2>";
+echo "<h3>".__('WMI component management').'</h3>';
 
 $data = array ();
 $data[0] = __('WMI query');
diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php
index 7eb880a689..1dd7692151 100644
--- a/pandora_console/include/config_process.php
+++ b/pandora_console/include/config_process.php
@@ -22,7 +22,7 @@
 /**
  * Pandora build version and version 
  */
-$build_version = 'PC090829';
+$build_version = 'PC090904';
 $pandora_version = 'v3.0-dev';
 
 $config['start_time'] = microtime (true);