[FIX]Improve Code

bzr revid: vja@tinyerp.com-20121009052233-hmcjqfur2uoi1fq4
This commit is contained in:
Vishmita 2012-10-09 10:52:33 +05:30
parent 916fb67398
commit b586a20460
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@
<a class="oe_sidebar_action_a" t-att-title="item.title" t-att-data-section="section.name" t-att-data-index="item_index" t-att-href="item.url" target="_blank">
<t t-raw="item.label"/>
</a>
<a t-if="section.name == 'files' and !item.deletable" class="oe_sidebar_delete_item" t-att-data-id="item.id" title="Delete this attachment">x</a>
<a t-if="section.name == 'files' and !item.callback" class="oe_sidebar_delete_item" t-att-data-id="item.id" title="Delete this attachment">x</a>
</li>
<li t-if="section.name == 'files'" class="oe_sidebar_add_attachment">
<t t-call="HiddenInputFile">