|
|
|
|
@ -80,6 +80,7 @@ if (!empty($sessionId)) { |
|
|
|
|
|
|
|
|
|
if ($is_allowed_to_edit) { |
|
|
|
|
$actionLeft = ''; |
|
|
|
|
if (!(api_get_configuration_value('session_hide_lp_creation') === true && (isset($sessionId) && $sessionId != 0))) { |
|
|
|
|
$actionLeft .= Display::url( |
|
|
|
|
Display::return_icon( |
|
|
|
|
'new_learnpath.png', |
|
|
|
|
@ -98,6 +99,7 @@ if ($is_allowed_to_edit) { |
|
|
|
|
), |
|
|
|
|
'../upload/index.php?'.api_get_cidreq().'&curdirpath=/&tool='.TOOL_LEARNPATH |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (api_get_setting('service_ppt2lp', 'active') === 'true') { |
|
|
|
|
$actionLeft .= Display::url( |
|
|
|
|
@ -200,6 +202,7 @@ $isInvitee = api_is_invitee(); |
|
|
|
|
$hideScormExportLink = api_get_setting('hide_scorm_export_link'); |
|
|
|
|
$hideScormCopyLink = api_get_setting('hide_scorm_copy_link'); |
|
|
|
|
$hideScormPdfLink = api_get_setting('hide_scorm_pdf_link'); |
|
|
|
|
$hideLpCopyInSession = (api_get_configuration_value('session_hide_lp_copy') === true && (isset($sessionId) && $sessionId != 0)); |
|
|
|
|
$options = learnpath::getIconSelect(); |
|
|
|
|
$cidReq = api_get_cidreq(); |
|
|
|
|
|
|
|
|
|
@ -925,7 +928,7 @@ foreach ($categories as $item) { |
|
|
|
|
$dsp_disk = null; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ($hideScormCopyLink === 'true') { |
|
|
|
|
if ($hideScormCopyLink === 'true' || $hideLpCopyInSession) { |
|
|
|
|
$copy = null; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|