From 43d191682970aada9e300055e3a7c47be1373ad6 Mon Sep 17 00:00:00 2001 From: Nithy1anand Date: Fri, 24 Nov 2023 16:06:13 +0530 Subject: [PATCH] Added the scope for the mform. --- styles.css | 1 + version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index eac666a..9909e7c 100644 --- a/styles.css +++ b/styles.css @@ -159,6 +159,7 @@ body.format-kickstart .form-control .fa-search { float: left; } } + body#page-course-format-kickstart-template.template-designer-format #fitem_id_coursetype { display: none; } diff --git a/version.php b/version.php index ae651cc..68d2fae 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2023112300; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2023112301; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2022041900; // Requires this Moodle version. $plugin->release = 'Version 1.3'; $plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).