From 386e556f84e68c5cca3b936456f36473ad7c70a3 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 24 May 2002 18:38:43 +0000 Subject: [PATCH] fixes from Lawrence Greenfield for advanced mailboxtree git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2865 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index 34617ded..12efed21 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -387,13 +387,13 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0' ) { $collapse_link = $link; } else $collapse_link=''; echo '
' . $collapse_link . $folder_img .$pre. $font. '  '. $boxes->mailboxname_sub .$fontend . $end. '
'."\n"; - echo ' '."\n"; + echo ' '."\n"; } } if ($collapse) { $visible = ' STYLE="display:none;"'; } else { - $visible = ' STYLE="display:inline;"'; + $visible = ' STYLE="display:block;"'; } if (isset($boxes->mbxs[0]) && !$boxes->is_root) /* mailbox contains childs */ @@ -554,6 +554,8 @@ $xtra .= << @@ -678,7 +679,6 @@ $xtra .= <<