improved icon in the topbar for web_shortcut

bzr revid: mit@openerp.com-20120705115932-3bas217zqzccvfah
This commit is contained in:
Minh Tran 2012-07-05 13:59:32 +02:00
parent 81df8e72f9
commit 12e747349f
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
-->
<templates id="template" xml:space="preserve">
<t t-name="Systray.Shortcuts">
<div class="oe_systray_shortcuts oe_dropdown_toggle">
<a href="#"><img src="/web_shortcuts/static/src/img/icon.png" width="22" height="22" border="0"/></a>
<div class="oe_systray_shortcuts oe_topbar_item oe_dropdown_toggle">
<span class="oe_e oe_star_off">7</span>
<ul class="oe_systray_shortcuts_items oe_dropdown_menu"/>
</div>
</t>