[Mapbender-commits] r2277 - branches/2.5/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 20 08:34:35 EDT 2008


Author: christoph
Date: 2008-03-20 08:34:35 -0400 (Thu, 20 Mar 2008)
New Revision: 2277

Modified:
   branches/2.5/http/php/mod_editElementVars.php
Log:
updated back link to edit Elements

Modified: branches/2.5/http/php/mod_editElementVars.php
===================================================================
--- branches/2.5/http/php/mod_editElementVars.php	2008-03-20 11:09:33 UTC (rev 2276)
+++ branches/2.5/http/php/mod_editElementVars.php	2008-03-20 12:34:35 UTC (rev 2277)
@@ -183,7 +183,7 @@
    echo "<input type='button' class='' name='' value='save'   onclick='thisSave()'> \n";
    echo "<input type='button' class='' name='' value='delete' onclick='thisDelete()'> \n";
    
-   $href = "self.location.href='mod_editElements.php?".$sParams."&guiList1=".$fkey_gui_id."&guiList2=".$fkey_gui_id."'";
+   $href = "self.location.href='mod_editElements.php?".$urlParameters."&guiList1=".$fkey_gui_id."&guiList2=".$fkey_gui_id."'";
 
    echo "<input type='button' class='' name='' value='return' onclick=\"".$href."\"> \n";
    echo "</div>\n";



More information about the Mapbender_commits mailing list