diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 34daf5826c..c95dd97fd7 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,11 @@
+2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
+
+	* include/help/en/help_agent_status.php
+	include/help/es/help_agent_status.php
+	include/help/ja/help_agent_status.php: Fixes style on this view. 
+
+	Fixes: #3371438
+
 2011-08-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
 
 	* include/styles/pandora.css
diff --git a/pandora_console/include/help/en/help_agent_status.php b/pandora_console/include/help/en/help_agent_status.php
index 1af8959fc9..8f10d0eee7 100644
--- a/pandora_console/include/help/en/help_agent_status.php
+++ b/pandora_console/include/help/en/help_agent_status.php
@@ -19,7 +19,7 @@ Possible values of an <b>agent status</b> are:
 
 <br><br>
 
-<table width="750px">
+<table width="750px" style="display:inline">
 <tr>
 	<td class="f9i"><?php html_print_image("images/status_sets/default/module_critical.png", false, array("title" => "At least one monitor fails", "alt" => "At least one monitor fails")); ?><?php html_print_image("images/status_sets/faces/module_critical.png", false, array("title" => "At least one monitor fails", "alt" => "At least one monitor fails")); ?></td><td>At least one monitor fails</td>
 	<td class="f9i"><?php html_print_image("images/status_sets/default/module_warning.png", false, array("title" => "Change between Green/Red state", "alt" => "Change between Green/Red state")); ?><?php html_print_image("images/status_sets/faces/module_warning.png", false, array("title" => "Change between Green/Red state", "alt" => "Change between Green/Red state")); ?></td><td>Change between Green/Red state</td>
diff --git a/pandora_console/include/help/es/help_agent_status.php b/pandora_console/include/help/es/help_agent_status.php
index 029f19602a..f62e66aeaa 100644
--- a/pandora_console/include/help/es/help_agent_status.php
+++ b/pandora_console/include/help/es/help_agent_status.php
@@ -21,7 +21,7 @@ Los valores posibles del <b>estado de un agente </b> son:
 
 <br><br>
 
-<table width="750px">
+<table width="750px" style="display:inline">
 <tr>
 	<td class="f9i"><?php html_print_image("images/status_sets/default/module_critical.png", false, array("title" => "At least one monitor fails", "alt" => "At least one monitor fails")); ?><?php html_print_image("images/status_sets/faces/module_critical.png", false, array("title" => "At least one monitor fails", "alt" => "At least one monitor fails")); ?></td><td>Al menos un monitor falla</td>
 	<td class="f9i"><?php html_print_image("images/status_sets/default/module_warning.png", false, array("title" => "Change between Green/Red state", "alt" => "Change between Green/Red state")); ?><?php html_print_image("images/status_sets/faces/module_warning.png", false, array("title" => "Change between Green/Red state", "alt" => "Change between Green/Red state")); ?></td><td>Cambia entre el estado Verde/Rojo</td>
diff --git a/pandora_console/include/help/ja/help_agent_status.php b/pandora_console/include/help/ja/help_agent_status.php
index b43844164f..5ac2f46219 100644
--- a/pandora_console/include/help/ja/help_agent_status.php
+++ b/pandora_console/include/help/ja/help_agent_status.php
@@ -9,7 +9,7 @@
 
 <br><br>
 
-<table width=750px><tr>
+<table width="750px" style="display:inline"><tr>
 	<td class="f9i"><?php html_print_image("images/status_sets/default/agent_ok.png", false, array("title" => "すべての監視項目が正常", "alt" => "すべての監視項目が正常")); ?></td><td>すべての監視項目が正常</td>
 	<td class="f9i"><?php html_print_image("images/status_sets/default/module_critical.png", false, array("title" => "1つ以上の監視項目で障害", "alt" => "1つ以上の監視項目で障害")); ?></td><td>1つ以上の監視項目で障害</td>
 	<td class="f9i"><?php html_print_image("images/status_sets/default/module_warning.png", false, array("title" => "緑/赤 の状態変化発生", "alt" => "緑/赤 の状態変化発生")); ?></td><td>緑/赤 の状態変化発生</td>