|
|
|
|
@ -402,7 +402,6 @@ if (!empty($flat_list)) { |
|
|
|
|
$dsp_delete = Display::return_icon('delete_na.png', get_lang('LearnpathDeleteLearnpath'), '', ICON_SIZE_SMALL); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* COLUMN ORDER */ |
|
|
|
|
|
|
|
|
|
// Only active while session mode is not active |
|
|
|
|
@ -439,6 +438,11 @@ if (!empty($flat_list)) { |
|
|
|
|
$dsp_disk = null; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (isset($_configuration['hide_scorm_copy_link']) && $_configuration['hide_scorm_copy_link']) { |
|
|
|
|
$copy = null; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo $dsp_line.$start_time.$end_time.$dsp_progress.$dsp_desc.$dsp_export.$dsp_edit.$dsp_build.$dsp_edit_lp.$dsp_visible.$dsp_publish.$dsp_reinit. |
|
|
|
|
$dsp_default_view.$dsp_debug.$dsp_disk.$copy.$lp_auto_lunch_icon.$export_icon.$dsp_delete.$dsp_order.$dsp_edit_close; |
|
|
|
|
|
|
|
|
|
|