From 07249c0fd985532180e8f412289d2c9e7fa3f4b3 Mon Sep 17 00:00:00 2001 From: simo Date: Sat, 23 Apr 2005 06:15:02 +0000 Subject: Add color key to package listing page Closes request #2640 --- web/lib/pkgfuncs.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/lib') 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 " \n"; print " \n"; + if ($SID) { + print " \n"; + print " Orphan    \n"; + print " Out-of-Date\n"; + print " \n"; + } print " "; print " \n"; -- cgit v1.2.3-24-g4f1b