[fusion-commits] r1581 - branches/fusion-1.1/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Oct 3 09:03:21 EDT 2008


Author: madair
Date: 2008-10-03 09:03:21 -0400 (Fri, 03 Oct 2008)
New Revision: 1581

Modified:
   branches/fusion-1.1/widgets/SelectRadiusValue.js
Log:
re #134: change <label> to <span> for IE7

Modified: branches/fusion-1.1/widgets/SelectRadiusValue.js
===================================================================
--- branches/fusion-1.1/widgets/SelectRadiusValue.js	2008-10-01 17:43:37 UTC (rev 1580)
+++ branches/fusion-1.1/widgets/SelectRadiusValue.js	2008-10-03 13:03:21 UTC (rev 1581)
@@ -55,7 +55,7 @@
     draw: function() {
         /* put in the label */
         var units = this.getMap().getAllMaps()[0].units;
-        this.domLabel = document.createElement('label');
+        this.domLabel = document.createElement('span');
         this.domLabel.className = this.className;
         this.domLabel.innerHTML = this.label + '(' + units + ')';
         



More information about the fusion-commits mailing list