Files
design-themes/theme_treehouse/views/snippets/s_quote_extended.xml
T
2021-05-25 18:32:22 +02:00

19 lines
844 B
XML

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Quote Extended" id="s_quote_extended" inherit_id="website.s_quote">
<xpath expr="//blockquote[contains(@class, 's_quote')]" position="replace">
<blockquote class="s_quote">
<i class="fa fa-quote-left fa-1x bg-beta"/>
<div class="blockquote-text">
<p>Write a quote here from one of your customers. Quotes are a great way to build confidence in your products or services.</p>
<img class="img img-circle" src="/website/image/theme_common.image_content_10" alt=""/>
<small>Author of this quote</small>
</div>
</blockquote>
</xpath>
</template>
</data>
</openerp>