diff options
author | swiergot <swiergot> | 2006-08-21 20:35:35 +0000 |
---|---|---|
committer | swiergot <swiergot> | 2006-08-21 20:35:35 +0000 |
commit | 8383a9d21627b097a0d6a2b267924cd3b2b20863 (patch) | |
tree | cb32c1924d7591f3ab233460dd9cf2890698b13a /web/lib/pkgfuncs.inc | |
parent | 3af92dafb7c81909a82e0132dc805ca87ee9efb3 (diff) | |
download | aurweb-8383a9d21627b097a0d6a2b267924cd3b2b20863.tar.xz |
Closing #3201, thanks to Jeff Mickey for the patch.
Diffstat (limited to 'web/lib/pkgfuncs.inc')
-rw-r--r-- | web/lib/pkgfuncs.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 046782b..bfe6e03 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -477,6 +477,19 @@ function package_details($id=0, $SID="") { print " value='".__("Unflag Safe")."' title='".__("Unflag Package Safe To Use")."'>"; } } + print "<input type='submit' class='button' name='do_Flag'"; + print " value='".__("Flag Out-of-date")."'>\n"; + print "<input type='submit' class='button' name='do_UnFlag'"; + print " value='".__("Unflag Out-of-date")."'>\n"; + + print "<input type='submit' class='button' name='do_Adopt'"; + print " value='".__("Adopt Packages")."'>\n"; + print "<input type='submit' class='button' name='do_Disown'"; + print " value='".__("Disown Packages")."'>\n"; + + print "<input type='submit' class='button' name='do_Delete'"; + print " value='".__("Delete Packages")."'>\n"; + print "</form></td></tr>\n"; print "</table><br />\n"; } |