mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
parent
bce37d02bb
commit
07249c0fd9
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue