[Mapbender-commits] r1819 - branches/mapbender_sld/http/sld/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Nov 15 11:13:49 EST 2007


Author: mschulz
Date: 2007-11-15 11:13:49 -0500 (Thu, 15 Nov 2007)
New Revision: 1819

Modified:
   branches/mapbender_sld/http/sld/classes/Stroke.php
Log:
changed html layout

Modified: branches/mapbender_sld/http/sld/classes/Stroke.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Stroke.php	2007-11-15 16:13:17 UTC (rev 1818)
+++ branches/mapbender_sld/http/sld/classes/Stroke.php	2007-11-15 16:13:49 UTC (rev 1819)
@@ -64,7 +64,7 @@
 	 */
 	function generateHtmlForm($id, $offset = "")
 	{
-		$temp = "";
+		$temp = $offset."<hr class=\"sep\">\n";
 		$temp .= $offset."<table>\n";
 		$temp .= $offset." <tr valign=\"top\">\n";
 		$temp .= $offset."  <td style=\"width: 100px;\">\n";



More information about the Mapbender_commits mailing list