diff options
author | simo <simo> | 2005-04-23 06:15:02 +0000 |
---|---|---|
committer | simo <simo> | 2005-04-23 06:15:02 +0000 |
commit | 07249c0fd985532180e8f412289d2c9e7fa3f4b3 (patch) | |
tree | 7222128ee3585cb6c47e560e86bb0e622b156c60 | |
parent | bce37d02bbf7e9dbc055cb5b19634cb3e9e3b9d8 (diff) |
Add color key to package listing page
Closes request #2640
-rw-r--r-- | web/lib/pkgfuncs.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 9e1a912..bb04929 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='<-- ".__("Less")."'>\n"; print " </td>\n"; + if ($SID) { + print " <td align='center'><span class='f5'>\n"; + print " <font style='background-color: cyan'>O</font>rphan \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")." -->'>\n"; |