[FIX] fixes an alignment issue in the template definitions (addon web)

bzr revid: ged@openerp.com-20140402083717-y3p22u2e47d60bbt
This commit is contained in:
Gery Debongnie 2014-04-02 10:37:17 +02:00
parent edf469f1f3
commit 4afeee59d1
1 changed files with 2 additions and 1 deletions

View File

@ -1373,7 +1373,8 @@
<span t-if="widget.string and !widget.is_stat_button"><t t-esc="widget.string"/></span>
<div t-if="widget.string and widget.is_stat_button"><t t-esc="widget.string"/></div>
</button>
</t><t t-name="WidgetButton.tooltip" t-extend="WidgetLabel.tooltip">
</t>
<t t-name="WidgetButton.tooltip" t-extend="WidgetLabel.tooltip">
<t t-jquery="div.oe_tooltip_string" t-operation="replace">
<div class="oe_tooltip_string" t-if="debug || widget.string">
<t t-if="debug">