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:
parent
c03f7678f0
commit
5577f0745a
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue