[FIX] share: prefix images

bzr revid: chs@openerp.com-20111219145447-0zesuuxo4gsp38br
This commit is contained in:
Christophe Simonis 2011-12-19 15:54:47 +01:00
parent 75fdf278b6
commit 19622f959c
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
<t t-extend="ViewManagerAction">
<t t-jquery=".oe-shortcut-toggle" t-operation="after">
<a class="oe-share_link" href="#share_link" title="Link or embed"><img src="/share/static/src/img/share.png"/></a>
<a class="oe-share" href="#share" title="Share by email"><img src="/share/static/src/img/share.png"/></a>
<a class="oe-share_link" href="#share_link" title="Link or embed"><img att-src='_s + "/share/static/src/img/share.png"'/></a>
<a class="oe-share" href="#share" title="Share by email"><img att-src='_s + "/share/static/src/img/share.png"'/></a>
</t>
</t>