changed to a clickable link the bottom URL in the PHP APC graph, and fixed the text color

This commit is contained in:
Jordi Sanfeliu 2015-03-26 15:53:44 +01:00
parent f299718db1
commit 4000488da2
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
text color.
- Changed to a clickable link the bottom URL in the Lighttpd graph, and fixed
the text color.
- Changed to a clickable link the bottom URL in the PHP APC graph, and fixed
the text color.
- Fixed the text color in the bottom URL of the Bind graph.
- Fixed the text color in the bottom URL of the Icecast Streaming Server graph.

View File

@ -649,7 +649,7 @@ sub phpapc_cgi {
print " <td bgcolor='$colors->{title_bg_color}' colspan='2'>\n";
print " <font face='Verdana, sans-serif' color='$colors->{title_fg_color}'>\n";
print " <font size='-1'>\n";
print " <b style='{color: " . $colors->{title_fg_color} . "}'>&nbsp;&nbsp;" . trim($url) . "</b>\n";
print " <b>&nbsp;&nbsp;<a href='" . trim($url) . "' style='color: " . $colors->{title_fg_color} . "'>" . trim($url) . "</a></b>\n";
print " </font></font>\n";
print " </td>\n";
print(" </tr>\n");