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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Feb 27 11:34:08 EST 2009


Author: astrid_emde
Date: 2009-02-27 11:34:08 -0500 (Fri, 27 Feb 2009)
New Revision: 3606

Modified:
   trunk/mapbender/resources/db/update/update_2.6.sql
Log:
gui_treegde - delete entries which are not needed

Modified: trunk/mapbender/resources/db/update/update_2.6.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_2.6.sql	2009-02-27 16:16:18 UTC (rev 3605)
+++ trunk/mapbender/resources/db/update/update_2.6.sql	2009-02-27 16:34:08 UTC (rev 3606)
@@ -152,9 +152,13 @@
 
 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');
 
+-- gui: tab: increase the size of the frames onmouseover
 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');
 
+-- gui_treegde - delete entries which are not needed
+Delete from gui_treegde where fkey_gui_id IN ('gui','gui1','gui2','gui_digitize') and my_layer_title ='new';
+
 -- 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