diff options
author | eric <eric> | 2005-01-25 22:52:32 +0000 |
---|---|---|
committer | eric <eric> | 2005-01-25 22:52:32 +0000 |
commit | a54ca6bfaf72832e0ca98278c037b7a1bc75fa16 (patch) | |
tree | d906562fc4a21ae6b884e15b052d142722380a22 /web/lib/pkgfuncs.inc | |
parent | 9641fdc735640af82606ee9b6a60a1cb3c046d16 (diff) | |
download | aurweb-a54ca6bfaf72832e0ca98278c037b7a1bc75fa16.tar.xz |
started working on package delete support
Diffstat (limited to 'web/lib/pkgfuncs.inc')
-rw-r--r-- | web/lib/pkgfuncs.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index 2a6fda2..da948fd 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -576,6 +576,9 @@ function pkg_search_page($SID="") { print " <td align='center'>"; print "<input type='submit' class='button' name='do_Disown'"; print " value='".__("Disown Packages")."'></td>\n"; + #print " <td align='center'>"; + #print "<input type='submit' class='button' name='do_Delete'"; + #print " value='".__("Delete Packages")."'></td>\n"; print " <td align='center'>"; print "<input type='submit' class='button' name='do_Vote'"; print " value='".__("Vote")."'></td>\n"; |