summaryrefslogtreecommitdiff
path: root/addons/web_tour/static/src/xml/tip.xml
blob: eba661f65cab025e0ef3d529a59ec43ed69d17c2 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
    <div t-name="Tip" t-attf-class="o_tooltip #{widget.info.position} #{widget.is_anchor_fixed_position ? 'o_tooltip_fixed' : ''}">
        <div class="o_tooltip_overlay"/>
        <div class="o_tooltip_content">
            <t t-raw="widget.info.content"/>
        </div>
    </div>
</templates>