From ce810ea7a78360f12686455e3b2d6ecd740622b3 Mon Sep 17 00:00:00 2001 From: thomppj Date: Fri, 11 Oct 2002 16:08:38 +0000 Subject: [PATCH] no comment git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3841 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 18005a01..a6adfcc6 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -787,16 +787,6 @@ for ($i = 0; $i < $cnt; $i++) { $messagebody .= '
'; } } -$UIpref = 'captbunzo'; -/* handy preference utility to easy switch between preferences */ -if ($UIpref== 'captbunzo') { - $align= 'center'; - $vert_lines= ''; -// $vert_lines = ''; /* test! Delete it when you are not satisfied */ -} else { - $align= 'left'; - $vert_lines = ''; -} displayPageHeader($color, $mailbox); formatMenuBar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_response); @@ -807,9 +797,9 @@ echo ' '; -- 2.25.1
'; echo ' '; echo ' '; echo '
'; -echo ' '; -echo ' '.$vert_lines. html_tag( 'td', '
'. $messagebody."\n", 'left') - .$vert_lines.''; +echo '
'; +echo ' ' . html_tag( 'td', '
'. $messagebody."\n", 'left') + . ''; echo '
'; echo '