X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Flistcommands%2Fmailout.php;h=6a2ef1377ae7bba3299f108eb00125802b195ab2;hp=97e71c1be36be7f5f16eece3ec3c751235cd714e;hb=cdf82d4a03ace568f23522ca11a9641216696c8a;hpb=73ee43b174ceb16e6143d0c8feb512e53eee3042 diff --git a/plugins/listcommands/mailout.php b/plugins/listcommands/mailout.php index 97e71c1b..6a2ef137 100644 --- a/plugins/listcommands/mailout.php +++ b/plugins/listcommands/mailout.php @@ -1,38 +1,46 @@ -

- - -
' . _("Mailinglist") . ' ' . _($action); ?>
-'; +echo '
'; /* * Identity support (RFC 2369 sect. B.1.) @@ -46,17 +54,16 @@ $em = getPref($data_dir, $username, 'email_address'); if ($em != '') { $defaultmail .= htmlspecialchars(' <' . $em . '>') . "\n"; } -echo '

' . _("From:"); +echo html_tag('p', '', 'center' ) . _("From:") . ' '; -$idents = getPref($data_dir, $username, 'identities'); -if ($idents != '' && $idents > 1) -{ - echo ' ' . "\n" . + '
' +. '

'; ?> -
- - - - -">

- - -

- - \ No newline at end of file