formwork/admin/views/fields/column.php
Giuseppe Criscione 270d6fc793 Fix hard tabs
2018-06-16 17:49:27 +02:00

8 lines
199 B
PHP
Executable File

<div class="col-m-<?= $field->get('width') ?>">
<?php if ($field->has('label')): ?>
<?= $field->label() ?>
<?php else: ?>
<?php $this->fields($field->get('fields')) ?>
<?php endif; ?>
</div>