[IMP] theme_*: adapt s_website_form_cover snippet

*: theme_anelusia, theme_artists, theme_avantgarde, theme_aviato,
theme_beauty, theme_bewise, theme_bistro, theme_bookstore, theme_clean,
theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo,
theme_monglia, theme_nano, theme_notes, theme_odoo_experts, theme_orchid
, theme_paptic, theme_real_estate, theme_treehouse, theme_vehicle,
theme_yes, theme_zap

This commit reviews the occurrences of `s_website_form_cover` across
design themes.

task-4138250

closes odoo/design-themes#1010

Part-of: task-4077427
Related: odoo/odoo#178102
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-11-12 17:00:43 +01:00
committed by qsm-odoo
parent 99b5db0139
commit 3e1fe98a4e
33 changed files with 206 additions and 0 deletions
+12
View File
@@ -744,6 +744,18 @@
</xpath>
</template>
<!-- ==== FORM COVER ===== -->
<template id="s_website_form_cover" inherit_id="website.s_website_form_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc3" separator=" "/>
</xpath>
<!-- Form -->
<xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes">
<attribute name="class" add="o_cc o_cc3" separator=" "/>
</xpath>
</template>
<!-- ==== Masonry Block ===== -->
<template id="s_masonry_block_images_template" inherit_id="website.s_masonry_block_images_template">
<xpath expr="//div[hasclass('row')]" position="attributes">