X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fnewmail%2Fnewmail.php;h=7262d5f5b6ff81d830fa7b7ba59e851d72f0c7b0;hb=cc201b463e7d240bd4656795e5a3f0af14fb05c8;hp=12a14a1a87eaa90bfaa83b83ed2bd6ebf0823104;hpb=0429055bb7a9e6e41028988a9ce7071017968ba7;p=squirrelmail.git diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index 12a14a1a..7262d5f5 100644 --- a/plugins/newmail/newmail.php +++ b/plugins/newmail/newmail.php @@ -1,42 +1,52 @@ \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" . + // i18n: %s inserts the organisation name (typically SquirrelMail) + html_tag( 'td', '' . sprintf(_("%s notice:"), $org_name) . '', '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