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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Aug 5 09:55:46 EDT 2009


Author: christoph
Date: 2009-08-05 09:55:46 -0400 (Wed, 05 Aug 2009)
New Revision: 4491

Modified:
   trunk/mapbender/http/php/mod_abo_show.php
Log:


Modified: trunk/mapbender/http/php/mod_abo_show.php
===================================================================
--- trunk/mapbender/http/php/mod_abo_show.php	2009-08-05 13:55:30 UTC (rev 4490)
+++ trunk/mapbender/http/php/mod_abo_show.php	2009-08-05 13:55:46 UTC (rev 4491)
@@ -265,6 +265,7 @@
 		"<th align='left'>" . $number_of_subscribers_text . "</th><th></th>" . 
 		"</tr>";
 	
+
 	$cnt = 0;
 	foreach ($newArray as $k => $value) {
 		$img = "stop.bmp";
@@ -320,6 +321,8 @@
 		$str .= "\n\t\t<td><input type=button value='details' onclick=\"var newWindow = window.open('../php/mod_monitorCapabilities_read_single.php?wmsid=".$wms_id[$k]."','wms','width=500,height=700,scrollbars');newWindow.href.location='test.php'\"></td></tr>";
 		$cnt++;
 	}
+
+
 	$str .= "\n\t</table>\n\t<br/><input type=hidden name=cbs value='".$cnt."'>\n</form>";
 	echo $str;
 }



More information about the Mapbender_commits mailing list