[Mapbender-commits] r5735 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Mar 8 10:32:36 EST 2010
Author: christoph
Date: 2010-03-08 10:32:35 -0500 (Mon, 08 Mar 2010)
New Revision: 5735
Modified:
trunk/mapbender/http/php/mb_listGUIs.php
Log:
http://trac.osgeo.org/mapbender/ticket/615
Modified: trunk/mapbender/http/php/mb_listGUIs.php
===================================================================
--- trunk/mapbender/http/php/mb_listGUIs.php 2010-03-08 15:21:28 UTC (rev 5734)
+++ trunk/mapbender/http/php/mb_listGUIs.php 2010-03-08 15:32:35 UTC (rev 5735)
@@ -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