[fusion-commits] r2276 - trunk/widgets/BufferPanel

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed Nov 17 03:56:50 EST 2010


Author: liuar
Date: 2010-11-17 00:56:50 -0800 (Wed, 17 Nov 2010)
New Revision: 2276

Modified:
   trunk/widgets/BufferPanel/BufferPanel.templ
Log:
Fix ticket #414 

Disable the Done button while user clicks the Cancel button

Modified: trunk/widgets/BufferPanel/BufferPanel.templ
===================================================================
--- trunk/widgets/BufferPanel/BufferPanel.templ	2010-11-12 20:02:09 UTC (rev 2275)
+++ trunk/widgets/BufferPanel/BufferPanel.templ	2010-11-17 08:56:50 UTC (rev 2276)
@@ -227,6 +227,7 @@
     var map = GetParent().Fusion.getMapByName(mapName);
     map.clearSelection();
     //mf.GotoHomePage();
+    document.getElementById("Done").disabled = true;
 }
 
 </script>



More information about the fusion-commits mailing list