[Mapbender-commits] r7573 - trunk/mapbender/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Feb 11 14:48:56 EST 2011


Author: marc
Date: 2011-02-11 11:48:56 -0800 (Fri, 11 Feb 2011)
New Revision: 7573

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql
Log:
remove old GeoRss Module from gui1

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql	2011-02-11 19:25:33 UTC (rev 7572)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql	2011-02-11 19:48:56 UTC (rev 7573)
@@ -162,3 +162,8 @@
 -- update dragMapSize in all applications not only in template applications
 UPDATE gui_element set e_attributes = 'class="ui-state-default"',e_left=-59,e_top=1,e_width=15,e_height=15, e_more_styles='font-size:1px; cursor:move;', e_content= '<span class="ui-icon ui-icon ui-icon-arrow-4"></span>' where e_id = 'dragMapSize';
 
+--
+--remove old GeoRss Module from gui1 
+--
+
+DELETE FROM gui_element WHERE fkey_gui_id='gui1' AND e_id='addGeoRSS';



More information about the Mapbender_commits mailing list