[Mapbender-commits] r7856 - branches/2.7/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Jun 10 10:31:16 EDT 2011


Author: astrid_emde
Date: 2011-06-10 07:31:16 -0700 (Fri, 10 Jun 2011)
New Revision: 7856

Modified:
   branches/2.7/http/php/mod_editElements.php
Log:
#823 set img width height to 28px instead of 24

Modified: branches/2.7/http/php/mod_editElements.php
===================================================================
--- branches/2.7/http/php/mod_editElements.php	2011-06-10 14:30:11 UTC (rev 7855)
+++ branches/2.7/http/php/mod_editElements.php	2011-06-10 14:31:16 UTC (rev 7856)
@@ -612,7 +612,7 @@
 			echo "></td>\n";
 			echo "<td>";
 			if(is_file($row["e_src"]) && getimagesize($row["e_src"])){
-				echo "<img src='".$row["e_src"]."' width='24' height='24'>";
+				echo "<img src='".$row["e_src"]."' width='28px' height='28pxcdsvn '>";
 			}
 			echo "</td>";
 			echo "<td class='myTable'>";



More information about the Mapbender_commits mailing list