[Mapbender-commits] r3333 - branches/astroidex_25/resources/db/postgresql/utf8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Dec 15 19:16:56 EST 2008


Author: astrid_emde
Date: 2008-12-15 19:16:56 -0500 (Mon, 15 Dec 2008)
New Revision: 3333

Modified:
   branches/astroidex_25/resources/db/postgresql/utf8/update/update_2.5_to_2.6_pgsql_UTF-8.sql
Log:
SQL added to create a category

Modified: branches/astroidex_25/resources/db/postgresql/utf8/update/update_2.5_to_2.6_pgsql_UTF-8.sql
===================================================================
--- branches/astroidex_25/resources/db/postgresql/utf8/update/update_2.5_to_2.6_pgsql_UTF-8.sql	2008-12-16 00:15:04 UTC (rev 3332)
+++ branches/astroidex_25/resources/db/postgresql/utf8/update/update_2.5_to_2.6_pgsql_UTF-8.sql	2008-12-16 00:16:56 UTC (rev 3333)
@@ -19,3 +19,6 @@
 
 ALTER TABLE ONLY gui_gui_category
     ADD CONSTRAINT gui_gui_category_ibfk_1 FOREIGN KEY (fkey_gui_category_id) REFERENCES gui_category(category_id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+-- to add category handling to admin gui
+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_de','createCatefory',2,1,'define categories','Create a new category','a','','href = "../php/mod_createCategory.php?sessionID" target = "AdminFrame" ',8,800,85,20,5,'','Category anlegen','a','','','','AdminFrame','http://www.mapbender.org/index.php/newGUI');
\ No newline at end of file



More information about the Mapbender_commits mailing list