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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Aug 14 06:36:00 EDT 2008


Author: verenadiewald
Date: 2008-08-14 06:36:00 -0400 (Thu, 14 Aug 2008)
New Revision: 2783

Modified:
   trunk/mapbender/resources/db/update/update_2.6.sql
Log:
add style class to element var text css of element digitize in gui_digitize

Modified: trunk/mapbender/resources/db/update/update_2.6.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_2.6.sql	2008-08-14 10:27:45 UTC (rev 2782)
+++ trunk/mapbender/resources/db/update/update_2.6.sql	2008-08-14 10:36:00 UTC (rev 2783)
@@ -14,3 +14,22 @@
 
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui_digitize', 'gazetteerWFS', 'showResultInPopup', '1', 'if value is 1 search results will be displayed in popup, otherwise in gazetteer div' ,'var');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('gui_digitize', 'gazetteerWFS', 'wfs_spatial_request_conf_filename', 'wfs_additional_spatial_search.conf', 'location and name of the WFS configuration file for spatialRequest' ,'php_var');
+
+--add style class to element var text css of element digitize in gui_digitize
+UPDATE gui_element_vars SET var_value = 'body{
+ font-family: Arial, Helvetica, sans-serif;
+ font-size : 12px;
+ color: #ff00ff;
+ background-color: #ffffff;
+ margin-top: 0px;
+ margin-left: 0px;
+ }
+ .button{
+ height: 18px;
+ width: 32px;
+ }
+ .searchResults{
+	color:#000000;
+	font-size:10px;
+}
+' WHERE fkey_gui_id= 'gui_digitize' AND fkey_e_id='digitize' AND var_name='text css';
\ No newline at end of file



More information about the Mapbender_commits mailing list