[Mapbender-commits] r2021 - branches/2.5/resources/db/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 24 08:00:43 EST 2008


Author: vera
Date: 2008-01-24 08:00:43 -0500 (Thu, 24 Jan 2008)
New Revision: 2021

Modified:
   branches/2.5/resources/db/update/update_guis_utf8.sql
Log:
small change in sql for gui1

Modified: branches/2.5/resources/db/update/update_guis_utf8.sql
===================================================================
--- branches/2.5/resources/db/update/update_guis_utf8.sql	2008-01-23 15:02:28 UTC (rev 2020)
+++ branches/2.5/resources/db/update/update_guis_utf8.sql	2008-01-24 13:00:43 UTC (rev 2021)
@@ -175,7 +175,7 @@
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui1','scaleText',2,1,'Scale-description field','Scale Text','form','','onsubmit=''return mod_scaleText()''',672,25,100,30,0,'','<input type="text">','form','mod_scaleText.php','','mapframe1','','');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui1','scalebar',2,1,'scalebar','Scalebar','div','','',0,0,0,0,0,'','','div','mod_scalebar.php','','mapframe1','','');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui1','selArea1',2,1,'zoombox','Zoom by rectangle','img','../img/button_blink_red/selArea_off.png','onmouseover = "mb_regButton(''init_selArea1'')"',285,60,24,24,1,'','','','mod_selArea1.php','mod_box1.js','mapframe1','','http://www.mapbender.org/index.php/SelArea1');
-INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui1','setBBOX',2,0,'set Extent for mapframe and overviewframe','','div','','',0,0,0,0,0,'','','div','mod_setBBOX1.php','','mapframe1','','');
+INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui1','setBBOX',2,1,'set Extent for mapframe and overviewframe','','div','','',0,0,0,0,0,'','','div','mod_setBBOX1.php','','mapframe1','','');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui1','setBackground',2,0,'switch background-wms','Set Background','form','','',15,190,0,0,1,'','<select style=''font-family: Arial, sans-serif; font-size:12'' name=''mod_setBackground_list'' onchange=''mod_setBackground_change(this)'' ><option value=''0''></option></select>','form','mod_setBackground.php','','mapframe1','','');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui1','setBackground_all',2,0,'switch all background-wms','Set Background','form','','',157,190,40,20,1,'','<input type=''checkbox'' onclick=''mod_setBackground_all_init(this)''> <font face="Arial, sans-serif" size="2">all</font>','form','mod_setBackground_all.php','','mapframe1','','');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, e_title, e_element,e_src, e_attributes, e_left, e_top, e_width, e_height, e_z_index, e_more_styles, e_content, e_closetag, e_js_file, e_mb_mod, e_target, e_requires,e_url) VALUES ('gui1','setPOI2Scale',2,1,'zoom to a poi (get-parameter)','','div','','',1,1,1,1,NULL ,'visibility:hidden','','div','mod_setPOI2Scale.php','','mapframe1','','http://www.mapbender.org/index.php/Mod_setPoi2Scale');



More information about the Mapbender_commits mailing list