mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] hibou_professional: menu icon fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<t t-name="HibouProfessionalSystrayWidget">
|
||||
<li class="hibou_professional_systray o_mail_systray_item">
|
||||
<a class="dropdown-toggle o-no-caret" data-toggle="dropdown" aria-expanded="false" data-flip="false" data-display="static" href="#">
|
||||
<img t-if="! (widget.expiring || widget.expired)" class="hibou-icon-small" width="16px" height="16px" src="hibou_professional/static/src/img/hibou_icon_small.png" alt="Hibou Icon"/>
|
||||
<img t-if="! (widget.expiring || widget.expired)" class="hibou-icon-small" width="16px" height="16px" src="/hibou_professional/static/src/img/hibou_icon_small.png" alt="Hibou Icon"/>
|
||||
<i class="fa fa-exclamation-triangle" t-if="widget.expiring || widget.expired"/>
|
||||
<span class="expiration_message" t-if="widget.expiring" t-esc="widget.expiring"/>
|
||||
<span class="expiration_message" t-if="widget.expired" t-esc="widget.expired"/>
|
||||
|
||||
Reference in New Issue
Block a user