[REM] Replaced image with fa icon

This commit is contained in:
tarteo
2017-02-23 16:19:45 +01:00
parent cf1cd07dd2
commit ca87adfec5
4 changed files with 33 additions and 89 deletions

View File

@@ -4,9 +4,7 @@
<templates>
<t t-name="Systray.ShortcutMenu">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="/web_shortcut/static/src/img/add-shortcut.png"/>
</a>
<a href="#" class="dropdown-toggle o_priority_star fa fa-star" data-toggle="dropdown"/>
<ul class="oe_systray_shortcut_menu dropdown-menu">
</ul>
</li>
@@ -20,10 +18,7 @@
</t>
<t t-extend="ControlPanel">
<t t-jquery="ol.oe-view-title" t-operation="before">
<t t-js="ctx">
console.log(ctx);
</t>
<a class="oe_shortcut_toggle" title="Add / Remove Shortcut..."
<a class="oe_shortcut_toggle hidden o_priority_star fa fa-star" title="Add / Remove Shortcut..."
href="javascript: void(0)"> </a>
</t>
</t>