diff options
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/pkgfuncs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index c5e1719..eaced29 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -1121,7 +1121,7 @@ function pkg_search_page($SID="") { if ($SID) { print " <td class='".$c."'>"; if ($row["OutOfDate"]) { - print "<span style='background-color: red'>"; + $c = "outofdate"; } print "<input type='checkbox' name='IDs[".$row["ID"]."]' value='1'>"; # if ($i == 0) { @@ -1238,7 +1238,7 @@ function pkg_search_page($SID="") { print " <td colspan='2' align='center'>"; print " <span class='f5'>\n"; if ($SID) { - print " <font style='background-color: red'>".__("O%hut-of-Date", array('</font>'))." "; + print ' <span class="outofdate">'.__("Out of Date").' </span>'." "; } print ' <span class="green">'.__("Safe")."</span>\n"; print " </span></td>\n"; |