summaryrefslogtreecommitdiff
path: root/addons/website_event/static/src/xml/customize_options.xml
blob: 539a3ef028f210940a786d52f0b1db5e788235bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">

    <t t-name="website_event.customize_options" id="event_options">
        <li class="dropdown-header">Event Specific</li>
        <a href="#" name="display-website-menu" class="dropdown-item" role="menuitem">
            <label class="o_switch" for="display-website-menu">
                <input id="display-website-menu" type="checkbox"/>
                <span/>
                Event Sub-menu
            </label>
        </a>
    </t>

</templates>