mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
process_account_form(): Highlight errors
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
f1a4b508e5
commit
de39a712b0
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($error) {
|
if ($error) {
|
||||||
print "<span class='error'>".$error."</span><br/>\n";
|
print "<ul class='errorlist'><li>".$error."</li></ul>\n";
|
||||||
display_account_form($UTYPE, $A, $U, $T, $S, $E, "", "",
|
display_account_form($UTYPE, $A, $U, $T, $S, $E, "", "",
|
||||||
$R, $L, $I, $K, $UID);
|
$R, $L, $I, $K, $UID);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue