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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Feb 21 16:56:11 EST 2011


Author: astrid_emde
Date: 2011-02-21 13:56:11 -0800 (Mon, 21 Feb 2011)
New Revision: 7633

Modified:
   trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql
Log:
Ticket 773 senseful desc for new metadata applications

Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql	2011-02-21 16:23:43 UTC (rev 7632)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.7rc1_to_2.7rc2_pgsql_UTF-8.sql	2011-02-21 21:56:11 UTC (rev 7633)
@@ -1584,3 +1584,10 @@
 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 ('admin_wmc_metadata','switchLocale_noreload',8,1,'changes the locale without reloading the client','Sprache auswählen','div','','',900,20,50,30,5,'','<form id="form_switch_locale" action="window.location.href" name="form_switch_locale" target="parent"><select id="language" name="language" onchange="validate_locale()"></select></form>','div','mod_switchLocale_noreload.php','','','','');
 INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES ('admin_wmc_metadata','switchLocale_noreload','languages','de,en,bg,gr,nl,hu,it,fr,es,pt','','var');
 
+--
+--  update application description for new admin applications
+--
+UPDATE gui set gui_description = 'Administration for WMS metadata' where gui_id = 'admin_wms_metadata';
+UPDATE gui set gui_description = 'Administration for WFS metadata' where gui_id = 'admin_wfs_metadata';
+UPDATE gui set gui_description = 'Administration for WMC metadata' where gui_id = 'admin_wmc_metadata';
+



More information about the Mapbender_commits mailing list