+
+ 'Titre',
+ 'value' => $this->getdata(['course', $this->getUrl(2), 'title']),
+ 'readonly' => true,
+ ]); ?>
-
-
- 'Page d\'accueil',
- 'value' => $module::$pagesList[$this->getdata(['course', $this->getUrl(2), 'homePageId'])]['shortTitle'],
- 'readonly' => true,
- ]); ?>
-
-
- 'Catégorie',
- 'value' => $module::$courseCategories[$this->getdata(['course', $this->getUrl(2), 'category'])],
- 'readonly' => true,
- ]); ?>
-
-
-
-
- 'Description',
- 'value' => $this->getdata(['course', $this->getUrl(2), 'description']),
- 'readonly' => true,
- ]); ?>
-
-
-
-
- 'Disponibilité',
- 'value' =>$module::$courseAccess [$this->getdata(['course', $this->getUrl(2), 'access'])],
- 'readonly' => true,
- ]); ?>
-
-
- 'datetime-local',
- 'label' => 'Ouverture',
- 'value' => is_null($this->getdata(['course', $this->getUrl(2), 'openingDate'])) ? '' : floor($this->getdata(['course', $this->getUrl(2), 'openingDate']) / 60) * 60,
- 'readonly' => true,
- ]); ?>
-
-
- 'datetime-local',
- 'label' => 'Fermeture',
- 'value' => is_null($this->getdata(['course', $this->getUrl(2), 'closingDate'])) ? '' : floor($this->getdata(['course', $this->getUrl(2), 'closingDate']) / 60) * 60,
- 'readonly' => true,
- ]); ?>
-
-
-
-
- 'Participation',
- 'value' => $module::$courseEnrolment[$this->getdata(['course', $this->getUrl(2), 'enrolment'])],
- 'readonly' => true,
- ]); ?>
-
-
- 'Clé',
- 'value' => $this->getdata(['course', $this->getUrl(2), 'enrolmentKey']),
- 'readonly' => true,
- ]); ?>
-
-
-
-
- $this->getdata(['course', $this->getUrl(2), 'limitEnrolment']),
- 'help' => 'Ne s\'applique pas à l\'inscription anonyme',
- 'disabled' => true,
- ]); ?>
-
-
- 'datetime-local',
- 'label' => 'Fermeture',
- 'value' => is_null($this->getdata(['course', $this->getUrl(2), 'limitEnrolmentDate'])) ? '' : floor($this->getdata(['course', $this->getUrl(2), 'limitEnrolmentDate']) / 60) * 60,
- 'readonly' => true,
- ]); ?>
-
+
+ 'text',
+ 'value' => $this->signature($this->getdata(['course', $this->getUrl(2), 'author'])),
+ 'readonly' => true,
+ ]); ?>
-
+
+ 'Page d\'accueil',
+ 'value' => $module::$pagesList[$this->getdata(['course', $this->getUrl(2), 'homePageId'])]['shortTitle'],
+ 'readonly' => true,
+ ]); ?>
+
+
+ 'Catégorie',
+ 'value' => $module::$courseCategories[$this->getdata(['course', $this->getUrl(2), 'category'])],
+ 'readonly' => true,
+ ]); ?>
+
+
+
+ 'Description',
+ 'value' => $this->getdata(['course', $this->getUrl(2), 'description']),
+ 'readonly' => true,
+ ]); ?>
+
+
+
+ 'Disponibilité',
+ 'value' => $module::$courseAccess[$this->getdata(['course', $this->getUrl(2), 'access'])],
+ 'readonly' => true,
+ ]); ?>
+
+
+ 'datetime-local',
+ 'label' => 'Ouverture',
+ 'value' => is_null($this->getdata(['course', $this->getUrl(2), 'openingDate'])) ? '' : floor($this->getdata(['course', $this->getUrl(2), 'openingDate']) / 60) * 60,
+ 'readonly' => true,
+ ]); ?>
+
+
+ 'datetime-local',
+ 'label' => 'Fermeture',
+ 'value' => is_null($this->getdata(['course', $this->getUrl(2), 'closingDate'])) ? '' : floor($this->getdata(['course', $this->getUrl(2), 'closingDate']) / 60) * 60,
+ 'readonly' => true,
+ ]); ?>
+
+
+
+ 'Participation',
+ 'value' => $module::$courseEnrolment[$this->getdata(['course', $this->getUrl(2), 'enrolment'])],
+ 'readonly' => true,
+ ]); ?>
+
+
+ 'Clé',
+ 'value' => $this->getdata(['course', $this->getUrl(2), 'enrolmentKey']),
+ 'readonly' => true,
+ ]); ?>
+
+
+
+ $this->getdata(['course', $this->getUrl(2), 'limitEnrolment']),
+ 'help' => 'Ne s\'applique pas à l\'inscription anonyme',
+ 'disabled' => true,
+ ]); ?>
+
+
+ 'datetime-local',
+ 'label' => 'Fermeture',
+ 'value' => is_null($this->getdata(['course', $this->getUrl(2), 'limitEnrolmentDate'])) ? '' : floor($this->getdata(['course', $this->getUrl(2), 'limitEnrolmentDate']) / 60) * 60,
+ 'readonly' => true,
+ ]); ?>
+
+