[Mapbender-commits] r1616 - trunk/mapbender/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Aug 6 06:29:13 EDT 2007


Author: astrid_emde
Date: 2007-08-06 06:29:13 -0400 (Mon, 06 Aug 2007)
New Revision: 1616

Modified:
   trunk/mapbender/http/print/mod_printPDF.php
Log:
legend false hidden checkbox added

Modified: trunk/mapbender/http/print/mod_printPDF.php
===================================================================
--- trunk/mapbender/http/print/mod_printPDF.php	2007-08-06 10:25:54 UTC (rev 1615)
+++ trunk/mapbender/http/print/mod_printPDF.php	2007-08-06 10:29:13 UTC (rev 1616)
@@ -403,7 +403,15 @@
 		echo "<div><input type='checkbox' class='mycheck' name='mylegendcheckbox' value='false'>".$label_legend."</div>";
 		echo "</td>";
 	echo "</tr>";
+}else {
+	echo "<tr>";
+	echo "<td>";
+	echo "<input type='hidden' name='mylegendcheckbox' value='false'>";
+	echo "</td>";
+	echo "</tr>";
 }
+
+
 ?>
 <table>  
 <input type='hidden' name='map_url' value=''>



More information about the Mapbender_commits mailing list