From 6003d8ed03f14fc929343ffe870f4251f37dd1d6 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 11 Mar 2002 09:39:28 +0000 Subject: [PATCH] Added button to forward selected messages as attachment git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2567 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 799e815a..db159137 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" . '  ' . _("Move Selected To:") . "\n" . " \n" @@ -517,7 +517,7 @@ function mail_message_listing_beginning . "
\n" + . " \n" . '   '. " \n"."\n". " \n"; + " \n"; if (!$auto_expunge) { echo '  '. _("mailbox") ." \n"; } -- 2.25.1