[Mapbender-commits] r5736 - branches/2.6/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 8 10:33:10 EST 2010


Author: christoph
Date: 2010-03-08 10:33:10 -0500 (Mon, 08 Mar 2010)
New Revision: 5736

Modified:
   branches/2.6/http/php/mb_listGUIs.php
Log:
http://trac.osgeo.org/mapbender/ticket/615

Modified: branches/2.6/http/php/mb_listGUIs.php
===================================================================
--- branches/2.6/http/php/mb_listGUIs.php	2010-03-08 15:32:35 UTC (rev 5735)
+++ branches/2.6/http/php/mb_listGUIs.php	2010-03-08 15:33:10 UTC (rev 5736)
@@ -77,7 +77,7 @@
 		
 		$class = ($total_guis %2 === 0) ? " class=\"alternate\"" : NULL;
 		$url   = sprintf("index.php?%s&gui_id=%s",strip_tags(SID),$row["gui_id"]);
-		printf("<li%s onclick=\"location.href='%s'\"><strong><a href=\"%s\">%s</a></strong><br /><em>%s</em></li>",$class,$url,$url,$row["gui_name"],$row["gui_description"]);
+		printf("<li%s><a href=\"%s\"><strong>%s</strong><br /><em>%s</em></a></li>",$class,$url,$row["gui_name"],$row["gui_description"]);
 		
 		$total_guis++;
 	}



More information about the Mapbender_commits mailing list