[IMP] Improved code.

bzr revid: psa@tinyerp.com-20121022052906-hdpilxhxcss6jwgm
This commit is contained in:
Paramjit Singh Sahota 2012-10-22 10:59:06 +05:30
parent a62527ab93
commit 83bdf22d5f
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

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.gif"' width="20" height="20"/> </t>
<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') lt= 99"> <t t-esc="widget.group.get('length')"/> </t>
</span>
</div>