[Mapbender-commits] r9979 - trunk/mapbender/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Oct 22 02:34:05 PDT 2018


Author: armin11
Date: 2018-10-22 02:34:05 -0700 (Mon, 22 Oct 2018)
New Revision: 9979

Modified:
   trunk/mapbender/resources/db/gui_Administration_DE.sql
Log:
Bugfix for new admin gui - add loadwmsinternal element - needed for authorization test!

Modified: trunk/mapbender/resources/db/gui_Administration_DE.sql
===================================================================
--- trunk/mapbender/resources/db/gui_Administration_DE.sql	2018-10-19 13:08:52 UTC (rev 9978)
+++ trunk/mapbender/resources/db/gui_Administration_DE.sql	2018-10-22 09:34:05 UTC (rev 9979)
@@ -172,4 +172,6 @@
 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 ('Administration_DE','mb_iframepopup',7,1,'iframepopup','','div','','',NULL ,NULL,NULL ,NULL,NULL ,'','','div','../plugins/mb_iframepopup.js','','','','');
 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 ('Administration_DE','mb_horizontal_accordion',10,1,'Put existing divs in new horizontal accordion div object. List the elements comma-separated under target, and make sure they have a title.','','div','','',0,0,NULL ,NULL,NULL ,'','<dl></dl>','div','../plugins/mb_horizontal_accordion.js','../../extensions/jqueryEasyAccordion/jquery.easyAccordion.js','menu_wms,menu_wfs,menu_metadata,menu_wmc,menu_user,menu_gui,menu_auth','','');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('Administration_DE','mb_horizontal_accordion','Accordion css file','../extensions/jqueryEasyAccordion/mb_jquery.easyAccordion.css','','file/css');
+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('Administration_DE','loadWMSinternal',2,0,'load Capabilities internal file, has not to be active!','','','','href = "../php/mod_loadwms.php"',NULL ,NULL ,NULL ,NULL ,NULL ,'','load capabilities internal function','','','','','','http://www.mapbender.org/index.php/Add_new_maps_to_Mapbender');
 
+



More information about the Mapbender_commits mailing list