mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_intro_pill across themes
*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, paptic, real_estate, treehouse, vehicle, yes, zap This commit adapts the occurrences of the `s_intro_pill` snippet across design-themes. task-4077581 Part of task-4077427 closes odoo/design-themes#882 Related: odoo/odoo#175615 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -728,4 +728,16 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== INTRO PILL ======== -->
|
||||
<template id="s_intro_pill" inherit_id="website.s_intro_pill">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Discover our<br/>new campus
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
||||
Learn more
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -287,5 +287,15 @@
|
||||
<field name="name">website.s_kickoff_default_image</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_kickoff_default_image.jpg</field>
|
||||
</record>
|
||||
<record id="s_intro_pill_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_intro_pill_default_image</field>
|
||||
<field name="name">website.s_intro_pill_default_image</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_intro_pill_default_image.jpg</field>
|
||||
</record>
|
||||
<record id="s_intro_pill_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_intro_pill_default_image_2</field>
|
||||
<field name="name">website.s_intro_pill_default_image_2</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_intro_pill_default_image_2.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user