summaryrefslogtreecommitdiff
path: root/addons/mail/static/src/components/moderation_discard_dialog/moderation_discard_dialog.xml
blob: 58dbc14dc5cb4da62a5641a3b88bba95df30240e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-name="mail.ModerationDiscardDialog" owl="1">
        <Dialog contentClass="'o_ModerationDiscardDialog'" title="getTitle()" size="'medium'" t-ref="dialog">
            <p t-esc="getBody()"/>
            <p>Do you confirm the action?</p>
            <t t-set-slot="buttons">
                <button class="o-discard btn btn-primary" t-on-click="_onClickDiscard">Discard</button>
                <button class="o-cancel btn btn-secondary" t-on-click="_onClickCancel">Cancel</button>
            </t>
        </Dialog>
    </t>
</templates>