[Mapbender-commits] r8217 -
branches/2.7/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Nov 29 02:18:21 EST 2011
Author: astrid_emde
Date: 2011-11-28 23:18:21 -0800 (Mon, 28 Nov 2011)
New Revision: 8217
Modified:
branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql
Log:
fix: wrong tooltip title for legend-button in template_print
Modified: branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql
===================================================================
--- branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql 2011-11-25 14:27:54 UTC (rev 8216)
+++ branches/2.7/resources/db/pgsql/UTF-8/update/update_2.7.2_to_2.7.3_pgsql_UTF-8.sql 2011-11-29 07:18:21 UTC (rev 8217)
@@ -98,3 +98,6 @@
--get featureInfoTunnel ready for working with toggleModule
UPDATE gui_element SET e_attributes = NULL WHERE e_id = 'featureInfoTunnel';
+
+-- Fix: wrong tooltip for Legend-button
+UPDATE gui_element SET e_title = 'Legend' WHERE e_id = 'legendButton' AND fkey_gui_id = 'template_print';
More information about the Mapbender_commits
mailing list