|
|
@ -403,6 +403,7 @@ foreach ($categories as $item) { |
|
|
|
$actionSeriousGame = null; |
|
|
|
$actionSeriousGame = null; |
|
|
|
$actionUpdateScormFile = ''; |
|
|
|
$actionUpdateScormFile = ''; |
|
|
|
$actionExportToCourseBuild = ''; |
|
|
|
$actionExportToCourseBuild = ''; |
|
|
|
|
|
|
|
$allowChamiloExport = api_get_configuration_value('allow_lp_chamilo_export'); |
|
|
|
|
|
|
|
|
|
|
|
if ($is_allowed_to_edit) { |
|
|
|
if ($is_allowed_to_edit) { |
|
|
|
// EDIT LP |
|
|
|
// EDIT LP |
|
|
@ -795,6 +796,7 @@ foreach ($categories as $item) { |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ($allowChamiloExport) { |
|
|
|
$actionExportToCourseBuild = Display::url( |
|
|
|
$actionExportToCourseBuild = Display::url( |
|
|
|
Display::return_icon( |
|
|
|
Display::return_icon( |
|
|
|
'backup.png', |
|
|
|
'backup.png', |
|
|
@ -803,6 +805,7 @@ foreach ($categories as $item) { |
|
|
|
api_get_self().'?'.api_get_cidreq() |
|
|
|
api_get_self().'?'.api_get_cidreq() |
|
|
|
."&action=export_to_course_build&lp_id=$id" |
|
|
|
."&action=export_to_course_build&lp_id=$id" |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if ($is_allowed_to_edit) { |
|
|
|
if ($is_allowed_to_edit) { |
|
|
|
$start_time = $start_time; |
|
|
|
$start_time = $start_time; |
|
|
|