[Mapbender-commits] r5553 -
trunk/mapbender/resources/db/pgsql/UTF-8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Feb 20 08:15:42 EST 2010
Author: verenadiewald
Date: 2010-02-20 08:15:40 -0500 (Sat, 20 Feb 2010)
New Revision: 5553
Modified:
trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
Log:
remove onmouseover and onmouseout attributes for imprint
Modified: trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql
===================================================================
--- trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql 2010-02-20 12:23:36 UTC (rev 5552)
+++ trunk/mapbender/resources/db/pgsql/UTF-8/update/update_2.6.1_to_2.7rc1_pgsql_UTF-8.sql 2010-02-20 13:15:40 UTC (rev 5553)
@@ -1284,5 +1284,6 @@
-- remove deprecated attributes of gui element addWMS
UPDATE gui_element set e_attributes = '' WHERE e_id = 'addWMS';
+-- remove onmouseover and onmouseout attributes for imprint
+UPDATE gui_element set e_attributes = 'frameborder = "0"' WHERE e_id = 'imprint' AND fkey_gui_id = 'gui';
-
More information about the Mapbender_commits
mailing list