fixed image for invalid messages
This commit is contained in:
parent
f6ba232bc8
commit
0c88f5d99d
|
@ -61,7 +61,7 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText='',$MessageVari
|
|||
/* Set output-message, when none or false $MessageTyp is submitted. */
|
||||
else {
|
||||
$class = "class=\"statusError\"";
|
||||
$MessageTyp = _("LAM Internal Error");
|
||||
$MessageTyp = _("ERROR");
|
||||
$MessageHeadline = _("Invalid/Missing Message type");
|
||||
$MessageText = _("Please report this error to the Bug-Tracker at {link=http://lam.sourceforge.net}LDAP Account Manager Development Team{endlink}. The error number is {bold}0001:Invalid/Missing Message type.{endbold} Thank you.");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue