From 35c61dc7f409e5f4e63ca44bf3754a3d96f6f719 Mon Sep 17 00:00:00 2001 From: rafa84porto Date: Sun, 12 Jan 2025 21:10:09 +0100 Subject: [PATCH] dernieres modif CASS --- config.php | 2 +- public/css/cass.css | 5 +++ src/admin/views/race/view-race-edit.php | 25 ++++++++++++- .../cass-shortcode-calendar-global.js | 37 ++++++++++--------- .../cass-shortcode-calendar-global.php | 3 +- src/frontend/cass-shortcode-course-info.js | 3 +- src/frontend/cass-shortcode-course-info.php | 1 - ...hortcode-member-courses-list-subscribed.js | 17 ++++++++- ...ortcode-member-courses-list-subscribed.php | 27 ++++++++++++++ .../cass-shortcode-member-register.php | 22 ++++++++++- 10 files changed, 113 insertions(+), 29 deletions(-) diff --git a/config.php b/config.php index 345662e..f48c841 100644 --- a/config.php +++ b/config.php @@ -9,7 +9,7 @@ class CASS_Config public static function execute() { //Configuration of plugin - define("PRODUCTION", false); + define("PRODUCTION", true); define("DB_DROP_IF_UNINSTALL", false); //Recaptcha v2 key diff --git a/public/css/cass.css b/public/css/cass.css index ae59951..b80c89b 100644 --- a/public/css/cass.css +++ b/public/css/cass.css @@ -219,6 +219,11 @@ padding-top: 0.5rem; } +.ct-footer{ + background-color: #333333 !important; + color: #ffffff !important; +} + .progress-bar { margin: 0 auto; diff --git a/src/admin/views/race/view-race-edit.php b/src/admin/views/race/view-race-edit.php index 6624e22..f0fa232 100644 --- a/src/admin/views/race/view-race-edit.php +++ b/src/admin/views/race/view-race-edit.php @@ -428,7 +428,16 @@ class CASS_View_Race_Edit } ?>>
-
+ +
+ + +
+ +
+ + +
@@ -620,6 +632,17 @@ class CASS_View_Race_Edit + +