From b62262b566ae07778e90f58406988a24f1310da9 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 13 Feb 2013 11:33:53 +0000 Subject: [PATCH] Put folder tree into the sidebox using new parent_node attribute --- mail/inc/class.mail_hooks.inc.php | 8 ++++++++ mail/templates/default/index.xet | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/mail/inc/class.mail_hooks.inc.php b/mail/inc/class.mail_hooks.inc.php index b8f1a4ecc4..7005797ffe 100644 --- a/mail/inc/class.mail_hooks.inc.php +++ b/mail/inc/class.mail_hooks.inc.php @@ -836,6 +836,14 @@ class mail_hooks } + // Destination div for folder tree + $file[] = array( + 'no_lang' => true, + 'text'=>'', + 'link'=>false, + 'icon' => false + ); + // display them all display_sidebox($appname,$menu_title,$file); diff --git a/mail/templates/default/index.xet b/mail/templates/default/index.xet index 1bba39dfd6..2b57eb4df6 100644 --- a/mail/templates/default/index.xet +++ b/mail/templates/default/index.xet @@ -32,8 +32,8 @@ - \ No newline at end of file +