mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
75fc5fbaf0
task-4077615 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_empowerment" inherit_id="website.s_empowerment">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
|
</xpath>
|
|
<!-- Badge background -->
|
|
<xpath expr="//span[hasclass('s_cta_badge')]" position="attributes">
|
|
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
|
</xpath>
|
|
<!-- Badge content -->
|
|
<xpath expr="//span[hasclass('s_cta_badge')]" position="replace" mode="inner">
|
|
<i class="fa fa-fw fa-info-circle o_not-animable" role="img"/>  Don't miss the final show !     
|
|
<a href="#">Grab your tickets   <i class="fa fa-long-arrow-right" role="img"/></a>
|
|
</xpath>
|
|
<!-- Title -->
|
|
<xpath expr="//h1" position="replace" mode="inner">
|
|
Lunar Echoes:<br/>Around the World tour
|
|
</xpath>
|
|
<!-- Paragraphs -->
|
|
<xpath expr="//p" position="replace" mode="inner">
|
|
<br/>The very last date of our World tour !<br/><br/>
|
|
</xpath>
|
|
<!-- Button -->
|
|
<xpath expr="//a[hasclass('btn')][1]" position="replace" mode="inner">
|
|
Tour agenda
|
|
</xpath>
|
|
<!-- Second Button -->
|
|
<xpath expr="//a[hasclass('btn')][2]" position="replace"/>
|
|
</template>
|
|
|
|
</odoo>
|
|
|