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

- - -
' . _("Mailinglist") . ' ' . _($action); ?>
-'; +echo '
'; /* * Identity support (RFC 2369 sect. B.1.) @@ -46,17 +60,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