mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
started working on package delete support
This commit is contained in:
parent
9641fdc735
commit
a54ca6bfaf
11 changed files with 363 additions and 243 deletions
|
@ -265,7 +265,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="",
|
|||
if (!$result) {
|
||||
print __("Error trying to create account, %h%s%h: %s.",
|
||||
array("<b>", $U, "</b>", mysql_error($dbh)));
|
||||
} else {
|
||||
} else {
|
||||
# account created/modified, tell them so.
|
||||
#
|
||||
print __("The account, %h%s%h, has been successfully created.",
|
||||
|
|
|
@ -3,4 +3,6 @@
|
|||
$UPLOAD_DIR = "/aur/temp/";
|
||||
$INCOMING_DIR = "/aur/incoming/";
|
||||
$URL_DIR = "/packages/";
|
||||
|
||||
# vim: ts=2 sw=2 noet ft=php
|
||||
?>
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue