[Mapbender-commits] r4289 - branches/mifan_dev/mapbender/resources/db/pgsql

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jul 3 09:37:39 EDT 2009


Author: mifan
Date: 2009-07-03 09:37:39 -0400 (Fri, 03 Jul 2009)
New Revision: 4289

Modified:
   branches/mifan_dev/mapbender/resources/db/pgsql/csw_application.sql
Log:
Admin Catalog category to admin_en in db

Modified: branches/mifan_dev/mapbender/resources/db/pgsql/csw_application.sql
===================================================================
--- branches/mifan_dev/mapbender/resources/db/pgsql/csw_application.sql	2009-07-03 09:01:44 UTC (rev 4288)
+++ branches/mifan_dev/mapbender/resources/db/pgsql/csw_application.sql	2009-07-03 13:37:39 UTC (rev 4289)
@@ -1 +1,5 @@
-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','addCSW',2,1,'search via a CSW Client','Search CSW','img','../img/button_gray/csw_off.png','onclick='window.open("../javascripts/mod_searchCSW_form.php?sessionID","printWin","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");'' ',925,60,24,24,1,'','','','mod_addCSW.php','mod_addWMSgeneralFunctions.js','treeGDE,mapframe1','loadData','http://www.mapbender.org/index.php/AddCSW')
+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','addCSW',2,1,'search via a CSW Client','Search CSW','img','../img/button_gray/csw_off.png','onclick='window.open("../javascripts/mod_searchCSW_form.php?sessionID","printWin","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");'' ',925,60,24,24,1,'','','','mod_addCSW.php','mod_addWMSgeneralFunctions.js','treeGDE,mapframe1','loadData','http://www.mapbender.org/index.php/AddCSW');
+
+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 ('admin2_en', 'headline_Configure_CSW', 3, 1, 'Catalog Management', 'Catalog Management', 'div', '', '', 5, 760, 193, 66, 2, '', ' Catalog Management', 'div', '', '', '', '', '');
+
+



More information about the Mapbender_commits mailing list