diff --git a/lam/templates/account.php b/lam/templates/account.php index b4a7cd0f..f31f8b4d 100644 --- a/lam/templates/account.php +++ b/lam/templates/account.php @@ -251,10 +251,10 @@ echo ''; echo _('Create new Account'); echo ' - -
'; + + if ($error != "0") StatusMessage('ERROR', _('Invalid Value!'), $error); echo ''; diff --git a/lam/templates/delete.php b/lam/templates/delete.php index 1f3c73d0..25b44d7e 100644 --- a/lam/templates/delete.php +++ b/lam/templates/delete.php @@ -32,11 +32,12 @@ session_save_path('../sess'); echo ''; echo _('Delete Account'); echo ' - + - + +
';