[Mapbender-commits] r8448 - branches/2.7/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jul 23 07:24:40 PDT 2012
Author: mh
Date: 2012-07-23 07:24:40 -0700 (Mon, 23 Jul 2012)
New Revision: 8448
Added:
branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.3_to_2.7.4_pgsql_UTF-8.sql
Log:
change ui-css in gui_digitize
Added: 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 (rev 0)
+++ branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.3_to_2.7.4_pgsql_UTF-8.sql 2012-07-23 14:24:40 UTC (rev 8448)
@@ -0,0 +1,3 @@
+-- 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'
\ No newline at end of file
More information about the Mapbender_commits
mailing list