X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdisplay_messages.php;h=62d31e3a82a235e9845e6a26beb1ea41e5805506;hb=be8bb7f0a8ad7f1255c2dd40ae22fed61299d416;hp=7c787d3bc283345833de9c0fc5af6e8852c0231b;hpb=d46b103b62ebd5f37610dc32091ca7d2ea9a6580;p=squirrelmail.git diff --git a/functions/display_messages.php b/functions/display_messages.php index 7c787d3b..62d31e3a 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -1,28 +1,48 @@ '. + "". + ''. + "'. + '
". + '
ERROR
'. + '
'. + '

' . _("Unknown user or password incorrect.") . + '
' . + _("Click here to try again") . + '.
'. + '
'. + ''; - function error_username_password_incorrect($color) { - echo '
'; - echo " "; - echo ' '; - echo " '; - echo '
"; - echo '
ERROR
'; - echo '
'; - echo '

' . _("Unknown user or password incorrect.") . '
' . _("Click here to try again") . '.
'; - echo '
'; - echo ''; } function general_info($motd, $org_logo, $version, $org_name, $color) { @@ -86,4 +106,4 @@ echo ' '; echo ''; } -?> \ No newline at end of file +?>