diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-03-19 14:26:16 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-03-21 22:26:45 +0100 |
commit | de39a712b040d4ce51dc4eb2f4e2ef74a7a9013c (patch) | |
tree | 5e3bd832b706f9f7c5f6d7296526136e86da8372 /web/lib | |
parent | f1a4b508e57879e2c17feded54f0d1b82ae54d2b (diff) |
process_account_form(): Highlight errors
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/acctfuncs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index aabb096..b94c4c3 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -175,7 +175,7 @@ function process_account_form($UTYPE,$TYPE,$A,$U="",$T="",$S="",$E="", } } 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, "", "", $R, $L, $I, $K, $UID); } else { |