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
This commit is contained in:
zarzuelo 2013-04-15 16:52:29 +00:00
parent c03f7678f0
commit 5577f0745a
2 changed files with 6 additions and 0 deletions

View File

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

View File

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