[fusion-commits] r2277 - branches/fusion-2.2/widgets/BufferPanel
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Nov 17 03:58:12 EST 2010
Author: liuar
Date: 2010-11-17 00:58:12 -0800 (Wed, 17 Nov 2010)
New Revision: 2277
Modified:
branches/fusion-2.2/widgets/BufferPanel/BufferPanel.templ
Log:
Port fix of ticket #414
Disable the Done button while user clicks the Cancel button
Modified: branches/fusion-2.2/widgets/BufferPanel/BufferPanel.templ
===================================================================
--- branches/fusion-2.2/widgets/BufferPanel/BufferPanel.templ 2010-11-17 08:56:50 UTC (rev 2276)
+++ branches/fusion-2.2/widgets/BufferPanel/BufferPanel.templ 2010-11-17 08:58:12 UTC (rev 2277)
@@ -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