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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Mar 16 06:39:11 PDT 2016


Author: armin11
Date: 2016-03-16 06:39:11 -0700 (Wed, 16 Mar 2016)
New Revision: 9425

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql
Log:
new gui element for maintainence - thanx to karl owesny

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql	2016-03-16 12:22:59 UTC (rev 9424)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7.4_to_2.8_pgsql_UTF-8.sql	2016-03-16 13:39:11 UTC (rev 9425)
@@ -908,5 +908,10 @@
 
 ALTER TABLE mb_metadata ADD COLUMN responsible_party_email character varying(255) DEFAULT null;
 
+-- New module for maintainence  
+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('PortalAdmin_DE','menu_maintenance',2,1,'GUI admin menu','Wartung','div','','',NULL ,NULL ,NULL ,NULL ,NULL ,'','','div','../plugins/mb_div_collection.js','','editMaintenance_collection','','');
+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('PortalAdmin_DE','editMaintenance_collection',2,1,'Put existing divs in new div object. List the elements comma-separated under target, and make sure they have a title.','','div','','',0,0,200,30,NULL ,'','','div','../plugins/mb_div_collection.js','','orphanWMS,orphanWMS_icon','','');
+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('PortalAdmin_DE','orphanWMS',2,1,'display orphaned wms','','a','','href = "../php/mod_orphanWMS.php?sessionID" target="AdminFrame"',80,15,200,20,NULL ,'font-family: Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color: #808080;','Verwaiste WMS löschen','a','','','','AdminFrame','http://www.mapbender.org/index.php/DeleteWMS');
+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('PortalAdmin_DE','orphanWMS_icon',2,1,'icon','','img','../img/gnome/edit-clear.png','',0,0,NULL ,NULL ,2,'','','','','','','','');
+UPDATE gui_element SET e_target='menu_maintenance,menu_group,menu_user,menu_role,menu_category' WHERE fkey_gui_id='PortalAdmin_DE' AND e_id='mb_horizontal_accordion';
 
-



More information about the Mapbender_commits mailing list