[fusion-commits] r2453 - trunk/widgets/Redline

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Nov 10 00:24:54 EST 2011


Author: liuar
Date: 2011-11-09 21:24:54 -0800 (Wed, 09 Nov 2011)
New Revision: 2453

Modified:
   trunk/widgets/Redline/newmarkup.php
Log:
Fix ticket #484 [Redline] Can't open colorpicker when webserver is configured with java/.net

Modified: trunk/widgets/Redline/newmarkup.php
===================================================================
--- trunk/widgets/Redline/newmarkup.php	2011-11-10 02:42:00 UTC (rev 2452)
+++ trunk/widgets/Redline/newmarkup.php	2011-11-10 05:24:54 UTC (rev 2453)
@@ -145,7 +145,7 @@
                 return;
 				
             height = allowTransparency? 470: 445;
-            w = window.open("../../../mapviewerphp/colorpicker.php?LOCALE=en&CLR=" + clr + "&ALLOWTRANS=" + (allowTransparency? "1":"0") + "&TRANS=" + (transparent?"1":"0"), "colorPicker", "toolbar=no,status=no,width=355,height=" + height);
+            w = window.open("../../layers/MapGuide/php/ColorPicker.php?LOCALE=en&CLR=" + clr + "&ALLOWTRANS=" + (allowTransparency? "1":"0") + "&TRANS=" + (transparent?"1":"0"), "colorPicker", "toolbar=no,status=no,width=355,height=" + height);
             w.focus();
         }
 



More information about the fusion-commits mailing list