diff --git a/core/module/course/view/enrol/enrol.php b/core/module/course/view/enrol/enrol.php index 9d1914e..2950108 100644 --- a/core/module/course/view/enrol/enrol.php +++ b/core/module/course/view/enrol/enrol.php @@ -2,9 +2,14 @@
Auteur : " . $this->getData(['course', $this->getUrl(2), 'author']) . ""; ?> - Description : " . $this->getData(['course', $this->getUrl(2), 'description']) . "

"; ?> - Disponibilité : " . $module::$courseAccess[$this->getData(['course', $this->getUrl(2), 'access'])] . "

"; ?> - Inscription : " . $module::$courseEnrolment[$this->getData(['course', $this->getUrl(2), 'enrolment'])] . "

"; ?> + Description : " . $this->getData(['course', $this->getUrl(2), 'description']) . "

"; ?> + Disponibilité : " . $module::$courseAccess[$this->getData(['course', $this->getUrl(2), 'access'])] ; ?> + getData(['course', $this->getUrl(2), 'access']) === $module::COURSE_ACCESS_DATE): ?> + getData(['course', $this->getUrl(2), 'openingDate']), self::$i18nUI) . helper::translate(' à ') . helper::dateUTF8('%H:%M', $this->getData(['course', $this->getUrl(2), 'openingDate']), self::$i18nUI); ?> + getData(['course', $this->getUrl(2), 'closingDate']), self::$i18nUI) . helper::translate(' à ') . helper::dateUTF8('%H:%M', $this->getData(['course', $this->getUrl(2), 'closingDate']), self::$i18nUI); ?> + + +

Inscription : " . $module::$courseEnrolment[$this->getData(['course', $this->getUrl(2), 'enrolment'])] . "

"; ?>