mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
32053e38d9
task-2589967
X-original-commit: 18d1f0a532
Part-of: odoo/design-themes#501
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_features" inherit_id="website.s_features">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt48 pb56" remove="pt32 pb32" separator=" "/>
|
|
</xpath>
|
|
<!-- Titles -->
|
|
<xpath expr="//div[hasclass('row')]/div[1]/h3" position="replace" mode="inner">
|
|
Hotel Booking
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[2]/h3" position="replace" mode="inner">
|
|
Flight Booking
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[3]/h3" position="replace" mode="inner">
|
|
Ticket Booking
|
|
</xpath>
|
|
<!-- Icons -->
|
|
<xpath expr="//div[hasclass('row')]/div[1]/i" position="attributes">
|
|
<attribute name="class" add="shadow fa-hotel" remove="fa-gear" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[2]/i" position="attributes">
|
|
<attribute name="class" add="shadow fa-plane" remove="fa-photo" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('row')]/div[3]/i" position="attributes">
|
|
<attribute name="class" add="shadow fa-ticket" remove="fa-leaf" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|