[Mapbender-commits] r8588 - branches/2.7/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Mar 20 00:13:04 PDT 2013


Author: astrid_emde
Date: 2013-03-20 00:13:04 -0700 (Wed, 20 Mar 2013)
New Revision: 8588

Modified:
   branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.3_to_2.7.4_pgsql_UTF-8.sql
Log:
missing ; in SQL http://trac.osgeo.org/mapbender/ticket/893

Modified: branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.3_to_2.7.4_pgsql_UTF-8.sql
===================================================================
--- branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.3_to_2.7.4_pgsql_UTF-8.sql	2013-03-18 10:40:44 UTC (rev 8587)
+++ branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.3_to_2.7.4_pgsql_UTF-8.sql	2013-03-20 07:13:04 UTC (rev 8588)
@@ -1,6 +1,6 @@
 -- change element_vars ui-theme-css in gui_digitize (customized-css doesn't work correct in mapbender 2.7.3)
 update gui_element_vars set var_value = '../extensions/jquery-ui-1.7.2.custom/css/smoothness/jquery-ui-1.7.2.custom.css' 
-where fkey_gui_id = 'gui_digitize' and var_name = 'jq_ui_theme'
+where fkey_gui_id = 'gui_digitize' and var_name = 'jq_ui_theme';
 
 -- legend_url in e_content for printPDF template print
 UPDATE gui_element SET e_content = '<div id="printPDF_working_bg"></div><div id="printPDF_working"><img src="../img/indicator_wheel.gif" style="padding:10px 0 0 10px">Generating PDF</div><div id="printPDF_input"><form id="printPDF_form" action="../print/printFactory.php"><div id="printPDF_selector"></div><div class="print_option"><input type="hidden" id="opacity" name="opacity" value=""/><input type="hidden" id="map_url" name="map_url" value=""/><input type="hidden" id="overview_url" name="overview_url" value=""/><input type="hidden" id="legend_url" name="legend_url" value=""/><input type="hidden" id="map_scale" name="map_scale" value=""/><input type="hidden" name="measured_x_values" /><input type="hidden" name="measured_y_values" /><br /></div><div class="print_option" id="printPDF_formsubmit"><input id="submit" type="submit" value="Print"><br /></div></form><div id="printPDF_result"></div></div>' WHERE e_id = 'printPDF' and fkey_gui_id = 'template_print';



More information about the Mapbender_commits mailing list