summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/lib/pkgfuncs.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 9e1a9128..bb049295 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -879,6 +879,12 @@ function pkg_search_page($SID="") {
print " <input type='submit' class='button' name='do_Less'";
print " value='&lt;-- ".__("Less")."'>\n";
print " </td>\n";
+ if ($SID) {
+ print " <td align='center'><span class='f5'>\n";
+ print " <font style='background-color: cyan'>O</font>rphan&nbsp;&nbsp;&nbsp;&nbsp;\n";
+ print " <font style='background-color: red'>O</font>ut-of-Date\n";
+ print " </span></td>\n";
+ }
print " <td align='right'>";
print " <input type='submit' class='button' name='do_More'";
print " value='".__("More")." --&gt;'>\n";