From d6b147f3b071a69575adcecfed07021adc693331 Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Wed, 6 Dec 2023 13:46:31 +0100 Subject: [PATCH] 1303 participation --- core/core.php | 2 +- core/module/course/view/add/add.php | 2 +- core/module/course/view/edit/edit.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 3a79a94..41fb42d 100644 --- a/core/core.php +++ b/core/core.php @@ -50,7 +50,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '1.3.02'; + const ZWII_VERSION = '1.3.03'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/'; diff --git a/core/module/course/view/add/add.php b/core/module/course/view/add/add.php index 5589be4..6dffaa5 100644 --- a/core/module/course/view/add/add.php +++ b/core/module/course/view/add/add.php @@ -77,7 +77,7 @@
'Inscription' + 'label' => 'Participation' ]); ?>
diff --git a/core/module/course/view/edit/edit.php b/core/module/course/view/edit/edit.php index a5fa461..02cbfb6 100644 --- a/core/module/course/view/edit/edit.php +++ b/core/module/course/view/edit/edit.php @@ -78,7 +78,7 @@
'Inscription', + 'label' => 'Participation', 'selected' => $this->getdata(['course', $this->getUrl(2), 'enrolment']) ]); ?>