From e0bc0def08e583da6bb7c9bc44d4c24164382b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Fri, 27 Nov 2009 19:46:46 +0100 Subject: [PATCH] students must also be able to read the explanation of the task --- main/work/work.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/main/work/work.php b/main/work/work.php index 316c7a34ea..145994a1b4 100644 --- a/main/work/work.php +++ b/main/work/work.php @@ -1486,11 +1486,13 @@ if (!$display_upload_form && !$display_tool_options) { echo $form_filter; } - if(!empty($publication['description'])){ - echo '
'.get_lang('Description').'  '.$publication['description'].'

'; - } - } + if(!empty($publication['description'])){ + echo '
'; + echo '
'.get_lang('Description').':  '.$publication['description'].'

'; + echo '
'; + } + display_student_publications_list($base_work_dir . '/' . $my_cur_dir_path, 'work/' . $my_cur_dir_path, $currentCourseRepositoryWeb, $link_target_parameter, $dateFormatLong, $origin,$add_query);