[IMP] Improve code for infinity to replace image.

bzr revid: jra@tinyerp.com-20121106075431-0qbwinkpzvkn1d36
This commit is contained in:
Jiten (OpenERP) 2012-11-06 13:24:31 +05:30
parent 29edcd1169
commit 58c07c690a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<div t-attf-class="oe_kanban_group_title #{widget.undefined_title ? 'oe_kanban_group_title_undefined' : ''}">
<span><t t-esc="widget.title"/></span>
<span class="oe_kanban_group_length oe_tag" style="position:relative; top:-2px;">
<t t-if="widget.group.get('length') > 99"> <img t-att-src='_s + "/web/static/src/img/infinity.png"' width="16" height="12"/> </t>
<t t-if="widget.group.get('length') > 99"> &#8734; </t>
<t t-if="widget.group.get('length') lt= 99"> <t t-esc="widget.group.get('length')"/> </t>
</span>
</div>