config['lms_config']['module_form_id'] * (by default 5002). If the module ID change, the installation must be performed again. */ // fields which will be hidden (the names used to identified the fields are given) if (!defined('FIELDS_TO_HIDE')) define('FIELDS_TO_HIDE', ['checkboxfiche5001', 'listeListeOuinonLmsbf_active']); // does the entry is viewed inside a modal box ? $moduleModal is true when the page was called in ajax $moduleModal = !empty($_SERVER['HTTP_X_REQUESTED_WITH']) && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest'; ?>
getPageTag() == $fiche['id_fiche'] && $this->LoadPage('PageMenuLms')) { echo $this->Format('{{include page="PageMenuLms"}}'); } ?>
CheckACL($form['template'][$i][11]))){ if (function_exists($form['template'][$i][0])) { $field = $form['template'][$i][0]( $formtemplate, $form['template'][$i], 'html', $fiche); $res .= ($form['template'][$i][1] == 'bf_titre') ? str_replace('BAZ_fiche_titre', 'activity-title', $field) : $field; } } } echo $res; ?>