[Mapbender-commits] r2374 - branches/2.5/http/sld/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Apr 10 19:00:35 EDT 2008


Author: mschulz
Date: 2008-04-10 19:00:35 -0400 (Thu, 10 Apr 2008)
New Revision: 2374

Modified:
   branches/2.5/http/sld/classes/Rule.php
Log:
added mb_validateSession urlParameters to sld related url

Modified: branches/2.5/http/sld/classes/Rule.php
===================================================================
--- branches/2.5/http/sld/classes/Rule.php	2008-04-10 22:56:35 UTC (rev 2373)
+++ branches/2.5/http/sld/classes/Rule.php	2008-04-10 23:00:35 UTC (rev 2374)
@@ -158,7 +158,7 @@
 			$temp .= $offset."   <td>\n";
 			$temp .= $offset."    <input type=\"hidden\" name=\"".$id."_filter\" value=\"".htmlspecialchars($this->filter)."\">\n";
 			$temp .= $offset."    	<img src='./img/lightning.png' class='hand' border='0' alt='Filter bearbeiten'";
-			$temp .= "onClick=\"window.open('sld_edit_filter.php?sld_form_element_id=".$id."_filter&sld_objects_rule_id=".$this->id."','editFilter',";
+			$temp .= "onClick=\"window.open('sld_edit_filter.php?".$urlParameters."&sld_form_element_id=".$id."_filter&sld_objects_rule_id=".$this->id."','editFilter',";
 			$temp .= " 'width=1000, height=800, resizable=yes');\">\n";
 			$temp .= $offset."   </td>\n";
 			$temp .= $offset."  </tr>\n";



More information about the Mapbender_commits mailing list