From 228b71668c9993b4aef6faec4903427e1e8e2ca9 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 11 Mar 2002 09:33:31 +0000 Subject: [PATCH] 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 --- functions/mailbox_display.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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"; -- 2.25.1