12 lines
537 B
XML
12 lines
537 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
<t t-inherit="mail.Composer" t-inherit-mode="extension">
|
|
<xpath expr="//div[hasclass('o-mail-Composer-buttons')]" position="inside">
|
|
<button class="btn btn-light"
|
|
t-on-click="onClickVoiceRecord"
|
|
t-att-class="{ 'btn-danger': isVoiceRecording }">
|
|
<i class="fa fa-microphone" t-att-class="{ 'fa-pulse': isVoiceRecording }"/>
|
|
</button>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|