From 0e02d604206684de5f1d094040bb52313e390db7 Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 7 Oct 2002 06:21:29 +0000 Subject: [PATCH] little prettier header display when reading messages git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3787 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index fca049e6..0922c242 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -445,8 +445,8 @@ function formatEnvheader($mailbox, $passed_id, $passed_ent_id, $message, } } - $s = ''; + $s = '
'; foreach ($env as $key => $val) { if ($val) { $s .= ''; @@ -455,10 +455,15 @@ function formatEnvheader($mailbox, $passed_id, $passed_ent_id, $message, $s .= ''; } } + echo '
'."\n"; + echo '
'."\n"; echo $s; do_hook("read_body_header"); formatToolbar($mailbox, $passed_id, $passed_ent_id, $message, $color); echo '
'; + echo ''."\n"; + echo ''; } function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_response) { -- 2.25.1