+
$this->getData(['module', $this->getUrl(0), 'config', 'author']),
'help' => 'Classe CSS de l\'élément en ligne : workshopTitle'
@@ -42,28 +40,32 @@
-
+
$this->getData(['module', $this->getUrl(0), 'config', 'description']),
'help' => 'Classe CSS de l\'élément en ligne : workshopDescription'
]); ?>
-
-
-
+
$this->getData(['module', $this->getUrl(0), 'config', 'access']),
- 'help' => 'Classes CSS de la division workshopAccessContainer, élément en ligne workshopAccess'
+ 'help' => 'Classe CSS de la division : workshopAccessContainer, élément en ligne : workshopAccess'
]); ?>
-
+
$this->getData(['module', $this->getUrl(0), 'config', 'enrolment']),
'help' => 'Classe CSS de l\'élément en ligne : workshopEnrolment'
]); ?>
+
+ $this->getData(['module', $this->getUrl(0), 'config', 'unsuscribe']),
+ 'help' => 'Classe CSS de l\'élément en ligne : workshopUnsuscribe'
+ ]); ?>
+
diff --git a/module/workshop/view/index/index.php b/module/workshop/view/index/index.php
index 6d7b7a6..2bf0ef9 100644
--- a/module/workshop/view/index/index.php
+++ b/module/workshop/view/index/index.php
@@ -4,7 +4,7 @@
getData(['module', $this->getUrl(0), 'config', 'category']) !== 'all' &&
$courseValue['category'] !== $this->getData(['module', $this->getUrl(0), 'config', 'category'])
- ): ?>
+ ): ?>
@@ -53,7 +53,7 @@
@@ -92,7 +92,10 @@