From 0ed5309b97d3bc21016bd2451fdb8cc34e652779 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Tue, 6 Jul 2021 20:51:20 +0530 Subject: [PATCH] feat: course details page structure --- .../lms_batch_membership.json | 5 +- community/lms/widgets/BreadCrumb.html | 1 - community/lms/widgets/ChapterTeaser.html | 24 +++++- community/public/css/style.css | 76 +++++++++++++------ community/public/css/style.less | 4 - community/public/icons/left-arrow.svg | 3 + community/public/icons/side-arrow-white.svg | 3 + community/www/batch/learn.html | 71 ++++++++++------- community/www/courses/course.html | 6 +- community/www/courses/course.js | 12 --- 10 files changed, 129 insertions(+), 76 deletions(-) create mode 100644 community/public/icons/left-arrow.svg create mode 100644 community/public/icons/side-arrow-white.svg diff --git a/community/lms/doctype/lms_batch_membership/lms_batch_membership.json b/community/lms/doctype/lms_batch_membership/lms_batch_membership.json index ba43cd69..f7f1f2dc 100644 --- a/community/lms/doctype/lms_batch_membership/lms_batch_membership.json +++ b/community/lms/doctype/lms_batch_membership/lms_batch_membership.json @@ -65,8 +65,7 @@ "fieldname": "course", "fieldtype": "Data", "in_list_view": 1, - "label": "Course", - "read_only": 1 + "label": "Course" }, { "fieldname": "current_lesson", @@ -84,7 +83,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2021-06-21 12:10:28.808803", + "modified": "2021-07-06 20:50:46.885325", "modified_by": "Administrator", "module": "LMS", "name": "LMS Batch Membership", diff --git a/community/lms/widgets/BreadCrumb.html b/community/lms/widgets/BreadCrumb.html index 549909d2..49da5c2b 100644 --- a/community/lms/widgets/BreadCrumb.html +++ b/community/lms/widgets/BreadCrumb.html @@ -1,7 +1,6 @@