mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
fix advanced field bug in dialogs (#2957)
This commit is contained in:
parent
9f7ca43981
commit
7829450dab
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user