mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] hibou_professional: correct icon and help link.
This commit is contained in:
@@ -3,15 +3,14 @@
|
|||||||
<t t-name="HibouProfessionalSystrayWidget">
|
<t t-name="HibouProfessionalSystrayWidget">
|
||||||
<li class="hibou_professional_systray o_mail_systray_item">
|
<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="#">
|
<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"/>
|
<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.expiring" t-esc="widget.expiring"/>
|
||||||
<span class="expiration_message" t-if="widget.expired" t-esc="widget.expired"/>
|
<span class="expiration_message" t-if="widget.expired" t-esc="widget.expired"/>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu o_mail_navbar_dropdown" role="menu">
|
<ul class="dropdown-menu o_mail_navbar_dropdown" role="menu">
|
||||||
<li class="o_mail_navbar_dropdown_channels">
|
<li class="o_mail_navbar_dropdown_channels">
|
||||||
<a href="https://odoo-hibou-test12.hibou-test-odoo.us-w-p1.hibou.me/help?utm_source=db&utm_medium=help" target="_blank">
|
<a href="https://hibou.io/help?utm_source=db&utm_medium=help" target="_blank">
|
||||||
<!-- <a href="https://hibou.io/help?utm_source=db&utm_medium=help" target="_blank">-->
|
|
||||||
<div class="o_mail_channel_preview">
|
<div class="o_mail_channel_preview">
|
||||||
<div class="o_preview_info">
|
<div class="o_preview_info">
|
||||||
<div class="o_preview_title">
|
<div class="o_preview_title">
|
||||||
|
|||||||
Reference in New Issue
Block a user