mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Merge pull request #1949 from evbevz/header_advanced
Default form: ability to hide header under 'advanced' tag
This commit is contained in:
commit
f3d8b484d3
@ -90,7 +90,7 @@ data_title : data-title to set on form
|
||||
<col class="col-md-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