summaryrefslogtreecommitdiff
path: root/addons/note/static/src/xml/systray.xml
blob: 8f0e953d94f317bd3f3c70f49f584cbf55d38022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<templates>
    <t t-extend="mail.systray.ActivityMenu.Previews">
        <t t-jquery="t[t-foreach*='activities'][t-as*='activity']" t-operation="after">
            <div class="o_note_show">
                <a role="button" class="btn btn-block text-center">Add new note</a>
            </div>
            <div class="o_note o_mail_preview d-none">
                <div class="o_mail_preview_image o_mail_preview_app">
                    <img src="/note/static/description/icon.png" alt="Channel"/>
                </div>
                <div class="o_preview_info">
                    <div class="o_preview_title">
                        <span class="o_preview_name"><strong>Add a note</strong></span>
                        <div class="o_note_datetime"/>
                        <span class="ml4">
                            <a class="o_note_set_datetime">
                                <span class="fa fa-calendar" role="img" aria-label="Set date and time" title="Set date and time"/>
                            </a>
                        </span>
                    </div>
                    <div class="o_note_input_box">
                        <p><input class="o_note_input" type="text" placeholder="Remember..." /></p>
                        <span class="ml8 mr4">
                            <a class="o_note_save">SAVE</a>
                        </span>
                    </div>
                </div>
            </div>
        </t>
    </t>
</templates>