2007-05-23 Sancho Lerena <slerena@artica.es>

* pandoradb.sql: Added field to tlayout_data (no_link_color)




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@464 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2007-05-23 06:11:08 +00:00
parent ebcbbec90f
commit f186f7ab72
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2007-05-23 Sancho Lerena <slerena@artica.es>
* pandoradb.sql: Added field to tlayout_data (no_link_color)
2007-05-22 Sancho Lerena <slerena@artica.es>
* images/console/background/*: Some nice backgrounds added for new
@ -9,7 +13,8 @@
* operation/agentes/estado_alertas.php: Style fix (databox).
* operation/agentes/ver_agente.php: Now main view shows also alert info.
* operation/agentes/ver_agente.php: Now main view shows also alert
info.
* operation/menu.php: Fixed SQL error when there is no data.
@ -17,10 +22,11 @@
* include/styles/pandora.css: Updated footer style.
* operation/estado_generalagente.php: Closed div for footer if agent not
found.
* operation/estado_generalagente.php: Closed div for footer if
agent not found.
* godmode/configurar_agente.php: Closed div for footer if agent not found.
* godmode/configurar_agente.php: Closed div for footer if agent
not found.
2007-05-20 Sancho Lerena <slerena@artica.es>

View File

@ -545,6 +545,7 @@ CREATE TABLE `tlayout_data` (
`id_layout_linked` INTEGER unsigned NOT NULL default '0',
`parent_item` INTEGER UNSIGNED NOT NULL default 0,
`label_color` varchar(20) DEFAULT "",
`no_link_color` tinyint(1) UNSIGNED NOT NULL default 0,
PRIMARY KEY(`id`)
) ENGINE = InnoDB;