Index: web/lib/pkgfuncs.inc
===================================================================
--- web/lib/pkgfuncs.inc	(revision 160)
+++ web/lib/pkgfuncs.inc	(working copy)
@@ -879,6 +879,12 @@
 		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";
