[Mapbender-commits] r3605 - trunk/mapbender/resources/db/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Feb 27 11:16:18 EST 2009


Author: astrid_emde
Date: 2009-02-27 11:16:18 -0500 (Fri, 27 Feb 2009)
New Revision: 3605

Modified:
   trunk/mapbender/resources/db/update/update_2.6.sql
Log:
increase framesize in tab-module

http://trac.osgeo.org/mapbender/ticket/390

Modified: trunk/mapbender/resources/db/update/update_2.6.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_2.6.sql	2009-02-27 14:02:35 UTC (rev 3604)
+++ trunk/mapbender/resources/db/update/update_2.6.sql	2009-02-27 16:16:18 UTC (rev 3605)
@@ -152,6 +152,9 @@
 
 UPDATE gui_element SET e_attributes = 'onload="init()"' WHERE e_id = 'body' AND fkey_gui_id IN ('wms_africa', 'wms_australia', 'wms_europe', 'wms_gdi_de', 'wms_germany', 'wms_north_america', 'wms_worldwide');
 
+UPDATE gui_element SET e_attributes = 'frameborder = "0" onmouseover="this.style.zIndex=33;this.style.width=350;" onmouseout="this.style.zIndex=2;this.style.width=200"',
+e_more_styles = 'visibility:hidden; border: 1px solid #a19c8f;' WHERE e_id IN ('treeGDE','printPDF','legend','imprint','meetiongPoint','gazetteerWFS') AND fkey_gui_id IN ('gui');
+
 -- new translation entries for portuguese
 INSERT INTO translations (locale, msgid, msgstr) VALUES ('pt', 'Zoom out', 'Zoom -');
 INSERT INTO translations (locale, msgid, msgstr) VALUES ('pt', 'Back', 'Zoom previo');



More information about the Mapbender_commits mailing list