mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_help
[FIX] web_help: Run pre-commit [FIX] web_help: Run pre-commit [FIX] web_help: Run pre-commit [FIX] web_help: Run pre-commit [IMP] Easy changeable template and buttons texts, more demo, fixed readme. [IMP] Easy changeable template and buttons texts, more demo, fixed readme. [IMP] Easy changeable template and buttons texts, more demo, fixed readme. [FIX] Grammar
This commit is contained in:
29
web_help/static/src/trip.xml
Normal file
29
web_help/static/src/trip.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<templates>
|
||||
<t t-name="web_help.TripStep" owl="1">
|
||||
<div>
|
||||
<div class="pb-4">
|
||||
<t t-raw="content" />
|
||||
</div>
|
||||
|
||||
<button class="btn btn-lg btn-outline-light web_help_cb_button mr8"><t
|
||||
t-esc="cbBtnText"
|
||||
/></button>
|
||||
<button class="btn btn-lg btn-outline-light web_help_close pull-right"><t
|
||||
t-esc="closeBtnText"
|
||||
/></button>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<t t-name="web_help.TripStepLast" owl="1">
|
||||
<div>
|
||||
<div class="pb-4">
|
||||
<t t-raw="content" />
|
||||
</div>
|
||||
|
||||
<button class="btn btn-lg btn-outline-light web_help_cb_button"><t
|
||||
t-esc="cbBtnText"
|
||||
/></button>
|
||||
</div>
|
||||
</t>
|
||||
</templates>
|
||||
Reference in New Issue
Block a user