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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Apr 8 02:27:50 PDT 2015


Author: armin11
Date: 2015-04-08 02:27:50 -0700 (Wed, 08 Apr 2015)
New Revision: 9177

Modified:
   trunk/mapbender/http/php/mod_loadCapabilities.php
Log:
Enhance layout

Modified: trunk/mapbender/http/php/mod_loadCapabilities.php
===================================================================
--- trunk/mapbender/http/php/mod_loadCapabilities.php	2015-04-08 08:55:20 UTC (rev 9176)
+++ trunk/mapbender/http/php/mod_loadCapabilities.php	2015-04-08 09:27:50 UTC (rev 9177)
@@ -136,7 +136,7 @@
 		$t = array('s');
 		$res = db_prep_query($sql,$v,$t);
 		$count=0;
-		echo"<select size='8' name='wmsList' style='width:600px'>";
+		echo"<select size='8' name='wmsList' style='width:500px'>";
 	
 		while($row = db_fetch_array($res)){
 			if ($row["wms_title"]!=""){
@@ -148,7 +148,7 @@
 	    echo "</select><br><br>";
 	}
 	else{
-		echo"<select size='8' name='wmsList' style='width:600px' on Click='submit()'>";
+		echo"<select size='8' name='wmsList' style='width:500px' on Click='submit()'>";
 		echo "</select><br><br>";
 	}
 	echo "</td>";
@@ -162,9 +162,9 @@
 	#echo "Load WMS capabilities URL:<br>"
 	
 	if (isset($xml_file)){
-		echo"<input type='text' name='xml_file' size='50' value='".$xml_file."'><br>";
+		echo"<input type='text' name='xml_file' size='100' value='".$xml_file."'><br>";
 	}else{
-		echo"<input type='text' name='xml_file' size='50' value='http://'><br>";
+		echo"<input type='text' name='xml_file' size='100' value='http://'><br>";
 	}
 	//show fields for authentication - only possible if curl is used as connector!
 	if (CONNECTION == 'curl') {



More information about the Mapbender_commits mailing list