From 475fa0a4d90481784773fa8bda461e939e3a366c Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Fri, 27 Apr 2007 16:08:31 +0200 Subject: [PATCH] [svn r12161] - add some space betwenn icon and text in the resource tree - add a link to tests in the resource tree --- main/newscorm/learnpath.class.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 3e5f0cd66c..e5852f8b5e 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -7118,12 +7118,12 @@ function display_thread_form($action = 'add', $id = 0, $extra_info = '') $array_temp = explode('/',trim($value['path'])); $document_name = $array_temp[count($array_temp)-1]; - $return .= '
'.$document_name."
\r\n"; + $return .= '
 '.$document_name."
\r\n"; array_shift($resources_array); } //It's a folder else { - $return .= '
'.$value['title'].'
'; return $return;