+ * @copyright Copyright (C) 2018-2023, Frédéric Tempez
+ * @license CC Attribution-NonCommercial-NoDerivatives 4.0 International
+ * @link http://zwiicms.fr/
+ */
+
+ /** @import url("site/data/admin.css"); */
+
+/** NE PAS EFFACER
+* admin.css
+*/
diff --git a/core/module/course/view/change/change.php b/core/module/course/view/swap/swap.php
similarity index 91%
rename from core/module/course/view/change/change.php
rename to core/module/course/view/swap/swap.php
index 2c077b8..1326386 100644
--- a/core/module/course/view/change/change.php
+++ b/core/module/course/view/swap/swap.php
@@ -1,27 +1,27 @@
-
-
-
- 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' ])]. "";?>
-
-
-
-
-
- helper::baseUrl(),
- 'value' => template::ico('left')
- ]); ?>
-
-
- 'Se connecter',
- 'disabled' => !$this->courseIsAvailable($this->getUrl(2)),
- 'ico' => ''
- ]); ?>
-
-
-
+
+
+
+ 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' ])]. "";?>
+
+
+
+
+
+ helper::baseUrl(),
+ 'value' => template::ico('left')
+ ]); ?>
+
+
+ $module::$swapMessage,
+ 'disabled' => !$this->courseIsAvailable($this->getUrl(2)),
+ 'ico' => ''
+ ]); ?>
+
+
+
\ No newline at end of file