svn commit: r629 - trunk/mapbender/resources/db/update/update_guis_iso.sql

astrid_emde at osgeo.org astrid_emde at osgeo.org
Mon Jun 26 03:11:50 EDT 2006


Author: astrid_emde
Date: 2006-06-26 07:11:49+0000
New Revision: 629

Modified:
   trunk/mapbender/resources/db/update/update_guis_iso.sql

Log:


Modified: trunk/mapbender/resources/db/update/update_guis_iso.sql
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/resources/db/update/update_guis_iso.sql?view=diff&rev=629&p1=trunk/mapbender/resources/db/update/update_guis_iso.sql&p2=trunk/mapbender/resources/db/update/update_guis_iso.sql&r1=628&r2=629
==============================================================================
--- trunk/mapbender/resources/db/update/update_guis_iso.sql	(original)
+++ trunk/mapbender/resources/db/update/update_guis_iso.sql	2006-06-26 07:11:49+0000
@@ -9,7 +9,7 @@
 
 Delete from gui_element where fkey_gui_id ='admin1';
 
-INSERT INTO gui (gui_id, gui_name, gui_description, gui_public) VALUES ('admin1','admin1','all administration modules',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 ('admin1','owsproxy',2,1,'secure services','a','','href="../php/mod_owsproxy_conf.php?sessionID"'' target="AdminFrame"',10,910,200,20,1,'font-family: Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color: #808080;','OWSPROXY','a','','','','AdminFrame','');
 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 ('admin1','gui_owner',2,1,'set owner','a','','href = "../php/mod_gui_owner.php?sessionID&e_id_css=gui_owner" target = "AdminFrame" ',10,830,200,20,NULL ,'font-family: Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color: #808080;','GUI -> OWNER','a','','','','AdminFrame','http://www.mapbender.org/index.php/user');
 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 ('admin1','wfs_conf',2,1,'create and edit a gazetteer module','a','','href="../php/mod_wfs_conf.php?sessionID"'' target="AdminFrame"',10,870,200,20,NULL ,'font-family: Arial, Helvetica, sans-serif; font-size : 12px; text-decoration : none; color: #808080;','WFS CONF','a','','','','AdminFrame','');




More information about the Mapbender_commits mailing list