diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 73cfb35d4d..dd8adc868e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2009-02-20 Esteban Sanchez + + * styles/pandora.css: Added input.add to a list which was missing. + Aligns labels to the left. + + * pandoradb_data.sql: Fixed link to ArticaST. + 2009-02-19 Evi Vanoost * pandoradb_migrate_20_to_21.sql, pandora_db.sql: Altered tmensajes for diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 840fdada80..03b29db73a 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -220,6 +220,7 @@ label { display: block; padding-top: 4px; font-weight: bold; + text-align: left; } th > label { padding-top: 7px; @@ -253,7 +254,8 @@ input.sub { font-size: 8pt; background-color: #e5e5e5; } -input.next, input.upd, input.ok, input.wand, input.delete, input.search, input.copy { +input.next, input.upd, input.ok, input.wand, input.delete, input.search, +input.copy, input.add { padding-right: 21px; } input.next { diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 8a241a331d..611c3384b0 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -151,7 +151,7 @@ UNLOCK TABLES; LOCK TABLES `tlink` WRITE; INSERT INTO `tlink` VALUES -(1,'ArticaST','www.artica.es'), +(1,'ArticaST','http://www.artica.es'), (2,'Pandora FMS','http://pandora.sourceforge.net'), (3,'Babel Enterprise','http://babel.sourceforge.net'), (4,'Openideas','http://www.openideas.info'),