[Mapbender-commits] r1498 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 16 08:53:44 EDT 2007


Author: christoph
Date: 2007-07-16 08:53:44 -0400 (Mon, 16 Jul 2007)
New Revision: 1498

Modified:
   trunk/mapbender/http/php/mod_updateWMS.php
Log:
URL is copied in lower text box as well

Modified: trunk/mapbender/http/php/mod_updateWMS.php
===================================================================
--- trunk/mapbender/http/php/mod_updateWMS.php	2007-07-16 10:27:30 UTC (rev 1497)
+++ trunk/mapbender/http/php/mod_updateWMS.php	2007-07-16 12:53:44 UTC (rev 1498)
@@ -50,6 +50,7 @@
 	var ind = document.form1.selWMS.selectedIndex;
 	var wmsData = document.form1.selWMS.options[ind].value.split("###");
 	document.form1.capURL.value = wmsData[1];
+	document.form1.myURL.value = wmsData[1];
 	document.form1.myWMS.value = wmsData[0];
 }
 </script>



More information about the Mapbender_commits mailing list