[Mapbender-commits] r1813 - branches/mapbender_sld/http/sld/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Nov 15 11:08:41 EST 2007
Author: mschulz
Date: 2007-11-15 11:08:40 -0500 (Thu, 15 Nov 2007)
New Revision: 1813
Modified:
branches/mapbender_sld/http/sld/classes/Font.php
Log:
changed html layout
Modified: branches/mapbender_sld/http/sld/classes/Font.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/Font.php 2007-11-15 16:08:12 UTC (rev 1812)
+++ branches/mapbender_sld/http/sld/classes/Font.php 2007-11-15 16:08:40 UTC (rev 1813)
@@ -56,7 +56,7 @@
*/
function generateHtmlForm($id, $offset = "")
{
- $temp = "";
+ $temp = "<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