From 9fd32fd182c9dea6abaa833ebfd702fa36c09449 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 17 Oct 2011 11:50:05 +0200 Subject: [PATCH] Adding div in the LP list "chamilo local" --- main/css/base.css | 5 +++++ main/newscorm/lp_list.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/main/css/base.css b/main/css/base.css index bef95d66e6..df6d1eac97 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -3873,4 +3873,9 @@ form div.error input, form div.error textarea { #install_form blockquote { line-height: 16px; +} + +.lp_content_type_label { + font-style: italic; + color:#999; } \ No newline at end of file diff --git a/main/newscorm/lp_list.php b/main/newscorm/lp_list.php index 4c584139b4..e2f686c5f6 100644 --- a/main/newscorm/lp_list.php +++ b/main/newscorm/lp_list.php @@ -211,8 +211,8 @@ if (is_array($flat_list)) { $name = Security::remove_XSS($details['lp_name']); if ($is_allowed_to_edit) { // '.$details['lp_proximity'].' - $dsp_desc = ''.$details['lp_maker'].' '.(learnpath::is_lp_visible_for_student($id, api_get_user_id())?'':' - ('.get_lang('LPNotVisibleToStudent').')'); - $extra = '
'.$dsp_desc .''; + $dsp_desc = ''.$details['lp_maker'].' '.(learnpath::is_lp_visible_for_student($id, api_get_user_id())?'':' - ('.get_lang('LPNotVisibleToStudent').')'); + $extra = '
'.$dsp_desc .'
'; } /*$image = '' . $name . '';