[Mapbender-commits] r2158 - branches/2.5/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Mar 3 06:32:41 EST 2008
Author: verenadiewald
Date: 2008-03-03 06:32:40 -0500 (Mon, 03 Mar 2008)
New Revision: 2158
Modified:
branches/2.5/http/php/mod_wfs_conf.php
branches/2.5/http/php/mod_wfs_edit.php
Log:
removed checkbox for wzgraphics
Modified: branches/2.5/http/php/mod_wfs_conf.php
===================================================================
--- branches/2.5/http/php/mod_wfs_conf.php 2008-03-03 09:21:21 UTC (rev 2157)
+++ branches/2.5/http/php/mod_wfs_conf.php 2008-03-03 11:32:40 UTC (rev 2158)
@@ -242,7 +242,7 @@
echo "<tr><td>Style:</td><td><textarea cols=50 rows=5 name='g_style'></textarea></td></tr>" ;
echo "<tr><td>Buffer:</td><td><input type='text' size='4' name='g_buffer' value='1'></td></tr>" ;
echo "<tr><td>ResultStyle:</td><td><textarea cols=50 rows=5 name='g_res_style'></textarea></td></tr>" ;
- echo "<tr><td>WZ-Graphics:</td><td><input name='g_use_wzgraphics' type='checkbox'></td></tr>";
+// echo "<tr><td>WZ-Graphics:</td><td><input name='g_use_wzgraphics' type='checkbox'></td></tr>";
echo "</table>";
Modified: branches/2.5/http/php/mod_wfs_edit.php
===================================================================
--- branches/2.5/http/php/mod_wfs_edit.php 2008-03-03 09:21:21 UTC (rev 2157)
+++ branches/2.5/http/php/mod_wfs_edit.php 2008-03-03 11:32:40 UTC (rev 2158)
@@ -205,9 +205,9 @@
echo "<tr><td>Style:</td><td><textarea cols=50 rows=5 name='g_style'>".$row["g_style"]."</textarea></td></tr>" ;
echo "<tr><td>Buffer:</td><td><input type='text' size='4' name='g_buffer' value='".$row["g_buffer"]."'></td></tr>" ;
echo "<tr><td>ResultStyle:</td><td><textarea cols=50 rows=5 name='g_res_style'>".$row["g_res_style"]."</textarea></td></tr>" ;
- echo "<tr><td>WZ-Graphics:</td><td><input name='g_use_wzgraphics' type='checkbox'";
- if($row["g_use_wzgraphics"] == 1){ echo " checked"; }
- echo "></td></tr>";
+// echo "<tr><td>WZ-Graphics:</td><td><input name='g_use_wzgraphics' type='checkbox'";
+// if($row["g_use_wzgraphics"] == 1){ echo " checked"; }
+// echo "></td></tr>";
echo "</table>";
}
More information about the Mapbender_commits
mailing list