revert 7504bd00a2 since phalcon-3.4.2 fixes the earlier scope issues, closes https://github.com/opnsense/core/issues/3026

This commit is contained in:
Ad Schellevis 2019-02-28 16:17:44 +01:00
parent 21f1580348
commit 6fe924c1f7

View File

@ -69,15 +69,6 @@ data_title : data-title to set on form
</tr>
{% endif %}
{% for field in fields|default({})%}
{# looks a bit buggy in the volt templates, field parameters won't reset properly here #}
{% set advanced=false %}
{% set help=false %}
{% set hint=false %}
{% set style=false %}
{% set maxheight=false %}
{% set width=false %}
{% set allownew=false %}
{% set readonly=false %}
{% if field['type'] == 'header' %}
{# close table and start new one with header #}