diff --git a/module/workshop/view/config/config.php b/module/workshop/view/config/config.php index bb43d4d..67db0a5 100644 --- a/module/workshop/view/config/config.php +++ b/module/workshop/view/config/config.php @@ -19,11 +19,96 @@ ]); ?> +
+
+
+

+ +

+
+
+ $this->getData(['module', $this->getUrl(0), 'config', 'title']), + 'help' => 'Classe CSS de l\'élément en ligne : workshopTitle' + ]); ?> +
+
+
+
+ $this->getData(['module', $this->getUrl(0), 'config', 'author']), + 'help' => 'Classe CSS de l\'élément en ligne : workshopTitle' + ]); ?> +
+
+
+
+ $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' + ]); ?> +
+
+ $this->getData(['module', $this->getUrl(0), 'config', 'openingdate']), + 'help' => 'Affiché seulement si l\'accès est limité dans le temps. Classe CSS de l\'élément en ligne : workshopOpeningDate', + ]); ?> +
+
+ $this->getData(['module', $this->getUrl(0), 'config', 'closingdate']), + 'help' => 'Affiché seulement si l\'accès est limité dans le temps. Classe CSS de l\'élément en ligne : workshopClosingDate', + ]); ?> +
+
+
+
+ $this->getData(['module', $this->getUrl(0), 'config', 'enrolment']), + 'help' => 'Classe CSS de l\'élément en ligne : workshopEnrolment' + ]); ?> +
+
+
+
+
+
+

+ +

+
+
+ 'Présentation en colonnes', + 'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'layout']), + 'help' => 'Chaque cours est présenté dans une colonne' + ]); ?> +
+
+
+
+ $this->getData(['module', $this->getUrl(0), 'config', 'template']), + 'help' => 'Template identique à TinyMCE avec une bordure et le titre en évidence. Classe de la division : workshopContainer' + ]); ?> +
+
+
+
+

- +

@@ -49,7 +134,7 @@

- +

@@ -78,103 +163,22 @@
'Lien vers le cours', - 'value' => $this->getData(['module', $this->getUrl(0), 'caption', 'url']) + 'value' => $this->getData(['module', $this->getUrl(0), 'caption', 'url']), + 'help' => 'Classe CSS de la division : workshopSuscribe' ]); ?>
'Désinscription', - 'value' => $this->getData(['module', $this->getUrl(0), 'caption', 'unsuscribe']) + 'value' => $this->getData(['module', $this->getUrl(0), 'caption', 'unsuscribe']), + 'help' => 'Classe CSS de la division : workshopUnsuscribe' ]); ?>
-
-
-
-

- -

-
-
- $this->getData(['module', $this->getUrl(0), 'config', 'title']) - ]); ?> -
-
-
-
- $this->getData(['module', $this->getUrl(0), 'config', 'author']) - ]); ?> -
-
-
-
- $this->getData(['module', $this->getUrl(0), 'config', 'description']) - ]); ?> -
-
-
-
- $this->getData(['module', $this->getUrl(0), 'config', 'access']) - ]); ?> -
-
- $this->getData(['module', $this->getUrl(0), 'config', 'openingdate']), - 'help' => 'Affiché si l\'accès est limité dans le temps', - ]); ?> -
-
- $this->getData(['module', $this->getUrl(0), 'config', 'closingdate']), - 'help' => 'Affiché si l\'accès est limité dans le temps', - ]); ?> -
-
-
-
- $this->getData(['module', $this->getUrl(0), 'config', 'enrolment']) - ]); ?> -
-
-
-
-
-
-

- -

-
-
- 'Présentation en colonnes', - 'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'layout']), - 'help' => 'Chaque cours est présenté dans une colonne' - ]); ?> -
-
-
-
- $this->getData(['module', $this->getUrl(0), 'config', 'template']), - 'help' => 'Template bordure de TinyMCE, le titre en évidence' - ]); ?> -
-
-
-
-
-
- -
Version n°