From 8195f35165194d8baaf3223f0dcb9e9114750d89 Mon Sep 17 00:00:00 2001 From: Sazedul Haque Date: Wed, 15 Apr 2026 16:12:20 +0600 Subject: [PATCH 1/2] Checkbox design fixed in registration pages --- .../dashboard/instructor/registration.php | 21 ++++++++--------- templates/dashboard/registration.php | 23 ++++++++++--------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/templates/dashboard/instructor/registration.php b/templates/dashboard/instructor/registration.php index 2ee13bc86a..857ee885cf 100644 --- a/templates/dashboard/instructor/registration.php +++ b/templates/dashboard/instructor/registration.php @@ -10,6 +10,7 @@ */ use Tutor\Components\Alert; +use Tutor\Components\InputField; use Tutor\Components\SvgIcon; use TUTOR\Icon; @@ -137,18 +138,16 @@ class="tutor-form-control tutor-input" get_toc_page_link(); ?> -
-
-
-
- -
- -
+
+
+
+ +
-
+
+
diff --git a/templates/dashboard/registration.php b/templates/dashboard/registration.php index 04f03c9a68..3c49cf7590 100644 --- a/templates/dashboard/registration.php +++ b/templates/dashboard/registration.php @@ -12,8 +12,11 @@ defined( 'ABSPATH' ) || exit; use Tutor\Components\Alert; +use Tutor\Components\InputField; use Tutor\Components\SvgIcon; use TUTOR\Icon; +use TUTOR\Input; + ?> get_toc_page_link(); ?> -
-
-
-
- -
- -
+
+
+
+ +
-
+
+
From 148448ccac91263322172145b104d5a9df3b4766 Mon Sep 17 00:00:00 2001 From: Sazedul Haque Date: Wed, 15 Apr 2026 16:48:21 +0600 Subject: [PATCH 2/2] Unused components removed --- templates/dashboard/instructor/registration.php | 1 - templates/dashboard/registration.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/templates/dashboard/instructor/registration.php b/templates/dashboard/instructor/registration.php index 857ee885cf..70f37be8a6 100644 --- a/templates/dashboard/instructor/registration.php +++ b/templates/dashboard/instructor/registration.php @@ -10,7 +10,6 @@ */ use Tutor\Components\Alert; -use Tutor\Components\InputField; use Tutor\Components\SvgIcon; use TUTOR\Icon; diff --git a/templates/dashboard/registration.php b/templates/dashboard/registration.php index 3c49cf7590..66b11e2ecd 100644 --- a/templates/dashboard/registration.php +++ b/templates/dashboard/registration.php @@ -12,10 +12,8 @@ defined( 'ABSPATH' ) || exit; use Tutor\Components\Alert; -use Tutor\Components\InputField; use Tutor\Components\SvgIcon; use TUTOR\Icon; -use TUTOR\Input; ?>