From 9bfe3a03153d4a4b9fa69f4a127039b469950976 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Thu, 28 Mar 2019 12:20:24 +0530 Subject: [PATCH] feat: Added Program Intro Video modal --- .../education/lms/components/ProgramCard.vue | 9 +++-- .../education/lms/components/VideoModal.vue | 40 +++++++++++++++++++ 2 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 erpnext/public/js/education/lms/components/VideoModal.vue diff --git a/erpnext/public/js/education/lms/components/ProgramCard.vue b/erpnext/public/js/education/lms/components/ProgramCard.vue index 827e6d2c499..f7a1617720e 100644 --- a/erpnext/public/js/education/lms/components/ProgramCard.vue +++ b/erpnext/public/js/education/lms/components/ProgramCard.vue @@ -9,17 +9,20 @@
+ - {{ buttonName }} + {{ buttonName }} {{ enrollButton }} Sign Up
+ diff --git a/erpnext/public/js/education/lms/components/VideoModal.vue b/erpnext/public/js/education/lms/components/VideoModal.vue new file mode 100644 index 00000000000..d169ccdbef9 --- /dev/null +++ b/erpnext/public/js/education/lms/components/VideoModal.vue @@ -0,0 +1,40 @@ + + \ No newline at end of file