X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fnewmail%2Fnewmail.php;h=5640779090ca8baed433472c3b4d8c49ec1e011a;hp=02eb6437eec3aa44ca02754aa9d483cc9183e986;hb=8ba05cbe54f4bdd7988dca9fa75b6a2ca8da1cec;hpb=15e6162eacc97158393bc75aed3afeb7b19c24a6 diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index 02eb6437..56407790 100644 --- a/plugins/newmail/newmail.php +++ b/plugins/newmail/newmail.php @@ -19,24 +19,28 @@ displayHtmlHeader( _("New Mail"), '', FALSE ); - echo "\n". - '
'. - "\n". - "\n". - "\n". - "\n". - "
\n". - '
' . _("SquirrelMail Notice:") . "
\n". - "

" . - _("You have new mail!") . "

\n". - "
\n". - ''. - "
\n". + echo "\n". + '
'. "\n" . + html_tag( 'table', "\n" . + html_tag( 'tr', "\n" . + html_tag( 'td', '' . _("SquirrelMail Notice:") . '', 'center', $color[0] ) + ) . + html_tag( 'tr', "\n" . + html_tag( 'td', + '
' . + _("You have new mail!") . '

' . "\n" . + '
' . "\n". + ''."\n". + '
', + 'center' ) + ) , + '', '', 'width="100%" cellpadding="2" cellspacing="2" border="0"' ) . + '
' . "\n". - "\n"; + "\n"; ?>