blob: 19d9c7c841c72b8236fc6065ab1a335edb8df664 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="HeaderButton" owl="1">
<div class="header-button close_button" t-att-class="{ confirm: state.label === 'Confirm' }"
t-on-click="onClick">
<t t-esc="translatedLabel" />
</div>
</t>
</templates>
|