summaryrefslogtreecommitdiff
path: root/addons/website_mass_mailing/static/src/xml/website_mass_mailing.xml
blob: 9fd80fe5e77e393a71f6f85e83919aca04ec5fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="website_mass_mailing.edition.wrapper">
    <div class="modal fade show d-block o_newsletter_modal">
        <div role="dialog" class="modal-dialog modal-dialog-centered">
            <div class="modal-content">
                <header class="modal-header">
                    <button type="button" class="close" aria-label="Close" tabindex="-1">×</button>
                </header>
                <div id="wrapper" class="modal-body p-0 oe_structure oe_empty"></div>
            </div>
        </div>
    </div>
</t>
</templates>