From 433e2c162655ab1fc058e6ea04a88067bc6a2310 Mon Sep 17 00:00:00 2001
From: zarzuelo <noreply@pandorafms.org>
Date: Mon, 15 Apr 2013 16:52:29 +0000
Subject: [PATCH] 2013-04-15  Sergio Martin <sergio.martin@artica.es>

	* general/header.php: Adding id to the header table
	to avoid jquery malfunctions in other places



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7986 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_console/ChangeLog          | 5 +++++
 pandora_console/general/header.php | 1 +
 2 files changed, 6 insertions(+)

diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 207891e1c2..c19f01d8b0 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-15  Sergio Martin <sergio.martin@artica.es>
+
+	* general/header.php: Adding id to the header table
+	to avoid jquery malfunctions in other places
+
 2013-04-15  Sergio Martin <sergio.martin@artica.es>
 
 	* include/functions_html.php
diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php
index e99a5c2daf..f8ecb82fb4 100644
--- a/pandora_console/general/header.php
+++ b/pandora_console/general/header.php
@@ -45,6 +45,7 @@ config_check();
 		</td>
 		<td style="min-width:200px;">
 			<?php
+				$table->id = "header_table";
 				$table->class = "none";
 				$table->cellpadding = 0;
 				$table->cellspacing = 0;