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:
parent
ebcbbec90f
commit
f186f7ab72
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue