18 lines
576 B
XML
18 lines
576 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
|
|
<t t-name="fusion_helpdesk.SystrayItem">
|
|
<div class="o_fhd_systray dropdown">
|
|
<button type="button"
|
|
class="o_fhd_systray_btn dropdown-toggle"
|
|
title="Report a bug or request a feature"
|
|
t-on-click="onClick">
|
|
<img src="/fusion_helpdesk/static/description/icon.png"
|
|
alt="Help"
|
|
class="o_fhd_systray_img"/>
|
|
</button>
|
|
</div>
|
|
</t>
|
|
|
|
</templates>
|