mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
ee272e02b0
*: 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>
16 lines
381 B
XML
16 lines
381 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_intro_pill" inherit_id="website.s_intro_pill">
|
|
<!-- Title -->
|
|
<xpath expr="//h1" position="replace" mode="inner">
|
|
Discover our<br/>latest album
|
|
</xpath>
|
|
<!-- Button -->
|
|
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
|
Listen now
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|