[Mapbender-commits] r1815 - branches/mapbender_sld/http/sld/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Nov 15 11:09:47 EST 2007
Author: mschulz
Date: 2007-11-15 11:09:46 -0500 (Thu, 15 Nov 2007)
New Revision: 1815
Modified:
branches/mapbender_sld/http/sld/classes/LabelPlacement.php
Log:
changed html layout
Modified: branches/mapbender_sld/http/sld/classes/LabelPlacement.php
===================================================================
--- branches/mapbender_sld/http/sld/classes/LabelPlacement.php 2007-11-15 16:09:20 UTC (rev 1814)
+++ branches/mapbender_sld/http/sld/classes/LabelPlacement.php 2007-11-15 16:09:46 UTC (rev 1815)
@@ -65,7 +65,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