From 220d8cf7f9a44035576ca85a191864ba33838653 Mon Sep 17 00:00:00 2001 From: thomppj Date: Sat, 17 Aug 2002 00:09:03 +0000 Subject: [PATCH] Fixed case on "Forward as Attachment" option in envelope toolbar. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3343 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index dac38c8a..cf677ab4 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -485,9 +485,9 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp $comp_action_uri = $comp_uri . '&action=forward_as_attachment'; if ($compose_new_win == '1') { $s .= ''._("Forward as attachment").''; + 'onclick="comp_in_new(\''.$comp_action_uri.'\')">'._("Forward as Attachment").''; } else { - $s .= ''._("Forward as attachment").''; + $s .= ''._("Forward as Attachment").''; } $s .= $topbar_delimiter; -- 2.25.1