[FIX] remove .

bzr revid: vme@tinyerp.com-20120822134430-5493lvfv98c3lhy6
This commit is contained in:
Vidhin Mehta (OpenERP) 2012-08-22 19:14:30 +05:30
parent 5d0b45b958
commit 60d23d96cd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<t t-name="DashBoard.action">
<div t-att-data-id="action.attrs.name" class="oe_action">
<h2 t-attf-class="oe_header #{action.attrs.string ? '' : 'oe_header_empty'}">
<span class=".oe_header_txt"> <t t-esc="action.attrs.string"/> </span>
<span class="oe_header_txt"> <t t-esc="action.attrs.string"/> </span>
<input class = "oe_header_text" type="text"/>
<t t-if="!action.attrs.string">&amp;nbsp;</t>
<button t-if="action.attrs.creatable and action.attrs.creatable !== 'false'" class="oe_button oe_button_create">Create</button>