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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Aug 27 00:27:08 PDT 2019


Author: armin11
Date: 2019-08-27 00:27:08 -0700 (Tue, 27 Aug 2019)
New Revision: 10220

Modified:
   trunk/mapbender/http/php/mod_subscribersServiceList.php
Log:
Fix

Modified: trunk/mapbender/http/php/mod_subscribersServiceList.php
===================================================================
--- trunk/mapbender/http/php/mod_subscribersServiceList.php	2019-08-27 07:25:37 UTC (rev 10219)
+++ trunk/mapbender/http/php/mod_subscribersServiceList.php	2019-08-27 07:27:08 UTC (rev 10220)
@@ -333,7 +333,7 @@
 	}
 	$str .= "</tr></table></td>";
 	
-	$str .= "\n\t\t<td><input type=button value='details' onclick=\"var newWindow = window.open('../php/mod_monitorCapabilities_read_single.php?serviceType=wfs&id=".$wms_id[$k]."','wms','width=500,height=700,scrollbars');newWindow.href.location='test.php'\"></td></tr>";
+	$str .= "\n\t\t<td><input type=button value='details' onclick=\"var newWindow = window.open('../php/mod_monitorCapabilities_read_single.php?serviceType=wfs&id=".$wfs_id[$k]."','wfs','width=500,height=700,scrollbars');newWindow.href.location='test.php'\"></td></tr>";
 	$cnt++;
 }
 $str .= "\n\t</table>\n\t<br/>\n</form>";



More information about the Mapbender_commits mailing list