|
@ -9,13 +9,11 @@ |
|
|
|
|
|
|
|
|
<!-- Add phone button in top right menu for "Open Calling Partner" --> |
|
|
<!-- Add phone button in top right menu for "Open Calling Partner" --> |
|
|
<t t-name="asterisk_click2dial.OpenCallingPartner"> |
|
|
<t t-name="asterisk_click2dial.OpenCallingPartner"> |
|
|
<div title="Open Calling Partner" |
|
|
|
|
|
class="oe_topbar_item oe_topbar_open_calling_partner"> |
|
|
|
|
|
<button>Tel</button> |
|
|
|
|
|
<!-- oe_i is a special icon font : 'A' represents a phone |
|
|
|
|
|
BUT I didn't manage to make it work on v8... so I use |
|
|
|
|
|
a horrible "Tel" button TODO : better button --> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<li class="oe_topbar_item oe_topbar_open_calling_partner" title="Open Calling Partner"> |
|
|
|
|
|
<a id="asterisk-open-calling-partner"> |
|
|
|
|
|
<i class="fa fa-phone" style="color:white;"></i> |
|
|
|
|
|
</a> |
|
|
|
|
|
</li> |
|
|
</t> |
|
|
</t> |
|
|
|
|
|
|
|
|
<!-- Add Dial button in phone widget for click2dial feature --> |
|
|
<!-- Add Dial button in phone widget for click2dial feature --> |
|
|