From: stekkel Date: Mon, 11 Mar 2002 09:33:31 +0000 (+0000) Subject: Added button to forward selected messages as attachment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=228b71668c9993b4aef6faec4903427e1e8e2ca9;p=squirrelmail.git Added button to forward selected messages as attachment git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2566 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index fbd7df99..799e815a 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -509,7 +509,7 @@ function mail_message_listing_beginning . "\n" . "\n" . " \n" - . " \n" . " \n" . " \n" . " \n" - . " \n". - " \n". " \n". "
\n" + . " \n" . '  ' . _("Move Selected To:") . "\n" . " \n" @@ -517,7 +517,7 @@ function mail_message_listing_beginning . "
\n" + . " \n" . '   '. - "\n". + " '. + " \n"."\n". "    \n"; + " \n"; if (!$auto_expunge) { echo '  '. _("mailbox") ." \n"; } echo " \n". " \n". - "  \n". + "  \n". "
\n";