diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/website_slides/static/src/xml/website_slides_unsubscribe.xml | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/website_slides/static/src/xml/website_slides_unsubscribe.xml')
| -rw-r--r-- | addons/website_slides/static/src/xml/website_slides_unsubscribe.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/addons/website_slides/static/src/xml/website_slides_unsubscribe.xml b/addons/website_slides/static/src/xml/website_slides_unsubscribe.xml new file mode 100644 index 00000000..c27c2b89 --- /dev/null +++ b/addons/website_slides/static/src/xml/website_slides_unsubscribe.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates xml:space="preserve"> + + <t t-name="slides.course.unsubscribe.modal"> + <div> + <div class="o_w_slide_unsubscribe_modal_container"> + <t t-call="slides.course.unsubscribe.modal.subscription"/> + </div> + </div> + </t> + + <t t-name="slides.course.unsubscribe.modal.subscription"> + <form class="clearfix"> + <div class="form-group row"> + <div class="controls mt8 ml-3"> + <input id="subscribed" name="subscribed" type="checkbox"/> + <label for="subscribed" class="col-form-label font-weight-normal">Be notified when a new content is added.</label> + </div> + </div> + </form> + </t> + + <t t-name="slides.course.unsubscribe.modal.leave"> + <p>Do you really want to leave the course?</p> + <p>All completed classes and earned karma will be lost.</p> + </t> + +</templates> |
