[FIX] base.xml: disable translation on CSS style element
authorOlivier Dony <odo@openerp.com>
Tue, 2 Oct 2012 09:33:59 +0000 (11:33 +0200)
committerOlivier Dony <odo@openerp.com>
Tue, 2 Oct 2012 09:33:59 +0000 (11:33 +0200)
bzr revid: odo@openerp.com-20121002093359-dxdd60auidfra3rj

addons/web/static/src/xml/base.xml

index 58bc224..b035c2c 100644 (file)
                     <td>
                         <t t-call="HiddenInputFile">
                             <t t-set="fileupload_id" t-value="widget.fileupload_id"/>
-                            <t t-set="fileupload_style">width: 83px;</t>
+                            <t t-set="fileupload_style" t-translation="off">width: 83px;</t>
                             <button class="oe_button oe_field_button" type="button">
                                 <img t-att-src='_s + "/web/static/src/img/icons/STOCK_DIRECTORY.png"'/>
                                 <span>Select</span>