diff --git a/main/session/index.php b/main/session/index.php index 0ab7cbf420..215fdb2a26 100644 --- a/main/session/index.php +++ b/main/session/index.php @@ -247,9 +247,9 @@ if (!empty($course_list)) { //All Learnpaths grid settings (First tab, first subtab) $columns_courses = array(get_lang('Title')); -$column_model_courses = array(array('name'=>'title', 'index'=>'title', 'width'=>'150', 'align'=>'left', 'sortable'=>'false'), - ); -$extra_params_courses['autowidth'] = 'true'; //use the width of the parent +$column_model_courses = array(array('name'=>'title', 'index'=>'title', 'width'=>'880px', 'align'=>'left', 'sortable'=>'false')); + +$extra_params_courses['autowidth'] = 'false'; //use the width of the parent $url = api_get_path(WEB_AJAX_PATH).'course_home.ajax.php?a=session_courses_lp_default&session_id='.$session_id.'&course_id='.$course_id; $columns = array(get_lang('PublicationDate'),get_lang('Course'), get_lang('LearningPath')); @@ -342,11 +342,11 @@ $(function() { });