From f186f7ab72cf15e1c8d2b03f11024394bda0d87f Mon Sep 17 00:00:00 2001 From: slerena Date: Wed, 23 May 2007 06:11:08 +0000 Subject: [PATCH] 2007-05-23 Sancho Lerena * 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 --- pandora_console/ChangeLog | 14 ++++++++++---- pandora_console/pandoradb.sql | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index acaa36a6e5..4626d74821 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2007-05-23 Sancho Lerena + + * pandoradb.sql: Added field to tlayout_data (no_link_color) + 2007-05-22 Sancho Lerena * 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 diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 54fb2ce43c..4d713c1a0a 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -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;