10 lines
320 B
HTML
10 lines
320 B
HTML
<!-- Section -->
|
|
<div class="field-section">
|
|
<?php if ($field->label): ?>
|
|
<h4><?= e(trans($field->label)) ?></h4>
|
|
<?php endif ?>
|
|
|
|
<?php if ($field->comment): ?>
|
|
<p class="help-block"><?= $field->commentHtml ? trans($field->comment) : e(trans($field->comment)) ?></p>
|
|
<?php endif ?>
|
|
</div> |