Commit 4ced0239 authored by evbevz's avatar evbevz Committed by Franco Fichtner

Update base_form.volt

If style of header is not set in form xml, then PHP Notice appeared in log:
PHP Notice: Undefined index: style in ......
(cherry picked from commit af7d099f)
parent 7f06e5ad
......@@ -82,7 +82,7 @@ data_title : data-title to set on form
</tbody>
</table>
</div>
<div class="table-responsive {% if field['style'] %}{{field['style']}}{% endif %}">
<div class="table-responsive {{field['style']|default('')}}">
<table class="table table-striped table-condensed table-responsive">
<colgroup>
<col class="col-md-3"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment