From d0a2476a2f034ce6c513b2ac899213d226c14fdb Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 16 Oct 2002 19:25:10 +0000 Subject: [PATCH] UI consistancy: added space between attachments and the body git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3886 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index af8b7da8..41ae3d5f 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -457,8 +457,8 @@ function formatEnvheader($mailbox, $passed_id, $passed_ent_id, $message, } echo ''."\n"; - echo '
'."\n"; + echo '
'."\n"; echo $s; do_hook("read_body_header"); formatToolbar($mailbox, $passed_id, $passed_ent_id, $message, $color); @@ -807,12 +807,15 @@ echo '
'; echo ' '; echo ' '; +echo ''."\n"; + $attachmentsdisplay = formatAttachments($message,$ent_ar,$mailbox, $passed_id); if ($attachmentsdisplay) { echo ' '; echo ' '; echo '
'; - echo ' '; + echo '
'; echo ' '; -- 2.25.1
'; echo ' ' . _("Attachments") . ':'; echo '