diff options
Diffstat (limited to 'addons/note/static/src/xml/systray.xml')
| -rw-r--r-- | addons/note/static/src/xml/systray.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/addons/note/static/src/xml/systray.xml b/addons/note/static/src/xml/systray.xml new file mode 100644 index 00000000..8f0e953d --- /dev/null +++ b/addons/note/static/src/xml/systray.xml @@ -0,0 +1,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> |
