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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 13 06:05:39 EDT 2007


Author: astrid_emde
Date: 2007-06-13 06:05:38 -0400 (Wed, 13 Jun 2007)
New Revision: 1455

Modified:
   trunk/mapbender/resources/db/update/update_guis_iso.sql
Log:
there was an insert to gui for gui_digitize

Modified: trunk/mapbender/resources/db/update/update_guis_iso.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_guis_iso.sql	2007-06-13 08:14:58 UTC (rev 1454)
+++ trunk/mapbender/resources/db/update/update_guis_iso.sql	2007-06-13 10:05:38 UTC (rev 1455)
@@ -357,7 +357,6 @@
 
 Delete from gui_element where fkey_gui_id ='gui_digitize';
 
-INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES ('gui_digitize','gui_digitize','GUI with WFS search and digitizing using WFS-T',1);
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, 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 ('gui_digitize','addWMS',0002,1,'add a WMS to the running application','img','../img/button_gray/add_off.png','onclick=\'mod_addWMS()\' \r\nonmouseover=\'this.src = this.src.replace(/_off/,\"_over\");\' \r\nonmouseout=\'this.src = this.src.replace(/_over/, \"_off\");\' title=\"Adding WMS\"',515,10,24,24,1,'','','','mod_addWMS.php','','treeGDE,mapframe1','loadData','');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, 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 ('gui_digitize','addWMSfromfilteredList_ajax',0002,1,'add a WMS to the running application from a filtered list','img','../img/button_blink_red/add_filtered_list_off.png','onclick=\'mod_addWMSfromfilteredList_win=window.open(\"../javascripts/mod_addWMSfromfilteredList_ajax.php?sessionID\",\"mod_addWMSfromfilteredList_win\",\"width=500, height=600, left=300, resizable=yes, scrollbars=yes\")\'  onmouseover=\'this.src = this.src.replace(/_off/,\"_over\");\'  onmouseout=\'this.src = this.src.replace(/_over/, \"_off\");\' title=\"Adding WMS from filtered list\"',490,10,24,24,1,'','','','','mod_addWMSgeneralFunctions.js','treeGDE,mapframe1','loadData','http://www.mapbender.org/index.php/Add_WMS_from_filtered_list');
 INSERT INTO gui_element (fkey_gui_id, e_id, e_pos, e_public, e_comment, 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 ('gui_digitize','ajax',0006,1,'ajax module','iframe','../frames/jquery.html','',1,1,1,1,1,'visibility:hidden','','iframe','../javascripts/mb_ajaxWrapper_jQuery.js','','','','');



More information about the Mapbender_commits mailing list