Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #1949 from evbevz/header_advanced
Browse files Browse the repository at this point in the history
Default form: ability to hide header under 'advanced' tag
  • Loading branch information
AdSchellevis committed Nov 29, 2017
2 parents bdecf7e + 9e7fd65 commit f3d8b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/mvc/app/views/layout_partials/base_form.volt
Expand Up @@ -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>
Expand Down

0 comments on commit f3d8b48

Please sign in to comment.