[IMP]Improved.

bzr revid: psa@tinyerp.com-20121019060636-c0ojx04izoh1v6ix
This commit is contained in:
Paramjit Singh Sahota 2012-10-19 11:36:36 +05:30
parent ba7ed6e0fd
commit 5cd85cdeb2
1 changed files with 2 additions and 5 deletions

View File

@ -48,11 +48,8 @@
<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') lt= 99"> <t t-esc="widget.group.get('length')"/>
</t>
<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') lt= 99"> <t t-esc="widget.group.get('length')"/> </t>
</span>
</div>
<ul class="oe_kanban_aggregates">