[Mapbender-commits] r5784 - branches/2.6/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Mar 16 12:13:57 EDT 2010
Author: marc
Date: 2010-03-16 12:13:56 -0400 (Tue, 16 Mar 2010)
New Revision: 5784
Modified:
branches/2.6/http/php/mb_listGUIs.php
Log:
fix for ie8
Modified: branches/2.6/http/php/mb_listGUIs.php
===================================================================
--- branches/2.6/http/php/mb_listGUIs.php 2010-03-16 16:06:42 UTC (rev 5783)
+++ branches/2.6/http/php/mb_listGUIs.php 2010-03-16 16:13:56 UTC (rev 5784)
@@ -51,7 +51,7 @@
$result = db_prep_query($sql,$v,$t);
$category = NULL;
-echo "<h1><font align='left' color='#000000'>Ma</font><font color='#0000CE'>p</font><font color='#C00000'>b</font><font color='#000000'>ender </font> - "._mb('available Applications')."</h1>";
+echo "<h2><font align='left' color='#000000'>Ma</font><font color='#0000CE'>p</font><font color='#C00000'>b</font><font color='#000000'>ender </font> - "._mb('available Applications')."</h2>";
printf("<p><a href=\"../php/mod_logout.php?%s\"><img src=\"../img/button_gray/logout_off.png\" onmouseover=\"this.src='../img/button_gray/logout_over.png'\" onmouseout=\"this.src='../img/button_gray/logout_off.png'\" title=\"Logout\"></a></p>",SID);
$total_guis = 0;
@@ -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><a href=\"%s\"><strong>%s</strong><br /><em>%s</em></a></li>",$class,$url,$row["gui_name"],$row["gui_description"]);
+ printf("<li%s><a style=\"font-weight:bold\" href=\"%s\">%s<br /><em>%s</em></a></li>",$class,$url,$row["gui_name"],$row["gui_description"]);
$total_guis++;
}
More information about the Mapbender_commits
mailing list