Browse Source

[IMP] mis_builder: remove unneeded div in mis widget

pull/189/head
Stéphane Bidoul 8 years ago
parent
commit
27706de15c
  1. 4
      mis_builder/static/src/xml/mis_widget.xml

4
mis_builder/static/src/xml/mis_widget.xml

@ -30,8 +30,7 @@
<t t-esc="c_value.description"/>
</td>
<t t-foreach="c_value.cols" t-as="value">
<td t-att="{'style': c_value.style}" class="mis_builder_amount">
<div t-att="{'style': value_value.style, 'title': value_value.val_c}">
<td t-att="{'style': value_value.style, 'title': value_value.val_c}" class="mis_builder_amount">
<t t-if="value_value.drilldown_arg">
<a href="javascript:void(0)"
class="mis_builder_drilldown"
@ -43,7 +42,6 @@
<t t-if="!value_value.drilldown_arg">
<t t-esc="value_value.val_r"/>
</t>
</div>
</td>
</t>
</tr>

Loading…
Cancel
Save