mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
6d4a180260
task-4505899 closes odoo/design-themes#1058 Related: odoo/odoo#200313 Related: odoo/enterprise#80744 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_cover" inherit_id="website.s_cover">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_full_screen_height" separator=" "/>
|
|
</xpath>
|
|
<!-- Title -->
|
|
<xpath expr="//h1" position="replace" mode="inner">
|
|
Bringing life to your interior
|
|
</xpath>
|
|
<!-- Paragraphs -->
|
|
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
|
Discover our unique pieces of furniture selected for you.
|
|
</xpath>
|
|
<xpath expr="//p[hasclass('lead')]" position="after">
|
|
<p><br/></p>
|
|
</xpath>
|
|
<!-- Button -->
|
|
<xpath expr="//a[@t-att-href='cta_btn_href']/t" position="replace" mode="inner">
|
|
Discover More
|
|
</xpath>
|
|
<xpath expr="//a[@t-att-href='cta_btn_href']" position="attributes">
|
|
<attribute name="class" add="btn-primary" remove="btn-secondary" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//a[@href='/contactus']" position="replace"/>
|
|
</template>
|
|
|
|
</odoo>
|