mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_split_intro snippet
*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, cobalt, enark, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, real_estate, treehouse, vehicle, yes, zap. This commit reviews the occurrences of `s_split_intro` snippet across design themes. task-4077616 part of task-4077427 closes odoo/design-themes#876 Related: odoo/odoo#175321 Signed-off-by: Christopher du Toit (chto) <chto@odoo.com>
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_company_team_spotlight.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -381,6 +381,12 @@
|
||||
<field name="name">website.s_empowerment_default_image</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_empowerment_default_image.jpg</field>
|
||||
</record>
|
||||
<!-- Split Intro -->
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Website Form Overlay -->
|
||||
<record id="s_website_form_overlay_default_image" model="theme.ir.attachment">
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Transform your<br/>travel experience
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Experience a new way to travel with our agency. We combine advanced technology and personalized service to revolutionize your journey. Whether you're after adventure or relaxation, we create custom trips that turn your travel dreams into reality.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user