1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-09 06:36:52 +02:00

Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Awilum
2019-02-23 00:39:23 +03:00

View File

@@ -55,7 +55,7 @@ class Fieldsets
foreach ($fieldset['sections'] as $key => $section) {
$form .= '<div class="tab-pane fade show '.(($key == 'main') ? 'active' : '').'" id="pills-'.$key.'" role="tabpanel" aria-labelledby="pills-'.$key.'-tab">';
$form .= '<div class="tab-pane fade show ' . (($key == 'main') ? 'active' : '') . '" id="pills-' . $key . '" role="tabpanel" aria-labelledby="pills-' . $key . '-tab">';
$form .= '<div class="row">';
foreach ($section['fields'] as $element => $property) {