X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fnewmail%2Fnewmail.php;h=3bc009043541d07704501d5bb11f19ecaf1c229a;hp=240f78b33c4e30fda2432918491530dcf82231dd;hb=91e0dccca7b2452d8b450791cae3aa4125e8889e;hpb=a9aa7ab752b604cd0682b5eb45bc7bad9cb2919f diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index 240f78b3..3bc00904 100644 --- a/plugins/newmail/newmail.php +++ b/plugins/newmail/newmail.php @@ -1,41 +1,50 @@ \n". - '
'. - "\n". - "\n". - "\n". - "\n". - "
\n". - '
' . _("SquirrelMail Notice:") . "
\n". - "

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

\n". - "
\n". - ''. - "
\n". - "\n". - "\n"; + displayHtmlHeader( _("New Mail"), '', FALSE ); + 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', + '
'. + sprintf(ngettext("You have %s new message","You have %s new messages",$numnew), $numnew ) . + '

' . "\n" . + '
' . "\n". + ''."\n". + '
', + 'center' ) + ) , + '', '', 'width="100%" cellpadding="2" cellspacing="2" border="0"' ) . + '
' . + "\n". + "\n"; ?> \ No newline at end of file