From 3b6fad89188f361f5ef6be2352771fb13394ba2d Mon Sep 17 00:00:00 2001 From: cmcnulty Date: Wed, 2 Aug 2006 16:23:36 +0000 Subject: #1483918 - changed folder list such that the lists are no longer nested. git-svn-id: https://svn.roundcube.net/trunk@290 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index fd0d2c25d..000f561ad 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -218,7 +218,7 @@ function rcmail_render_folder_tree_html(&$arrFolders, &$special, &$mbox_name, $m ' onclick="return %s.command(\'list\',\'%s\')"'. ' onmouseover="return %s.focus_mailbox(\'%s\')"' . ' onmouseout="return %s.unfocus_mailbox(\'%s\')"' . - ' onmouseup="return %s.mbox_mouse_up(\'%s\')"%s>%s', + ' onmouseup="return %s.mbox_mouse_up(\'%s\')"%s>%s', $folder_css, $class_name, $zebra_class, @@ -240,7 +240,7 @@ function rcmail_render_folder_tree_html(&$arrFolders, &$special, &$mbox_name, $m if (!empty($folder['folders'])) $out .= "\n\n"; - $out .= "\n"; + $out .= "\n"; $idx++; } -- cgit v1.2.3