fix advanced field bug in dialogs (#2957)

This commit is contained in:
Fabian Franz BSc 2018-11-22 20:02:31 +01:00 committed by Ad Schellevis
parent 9f7ca43981
commit 7829450dab

View File

@ -106,7 +106,7 @@ label : dialog label
<col class="col-md-{{ msgzone_width|default(5) }}"/>
</colgroup>
<thead>
<tr>
<tr{% if field['advanced']|default(false)=='true' %} data-advanced="true"{% endif %}>
<th colspan="3"><h2>{{field['label']}}</h2></th>
</tr>
</thead>