aboutsummaryrefslogtreecommitdiff
path: root/templates/forms/fieldset.php
blob: 491f7260ea121df88b6e47befb72f3c1fc696c1b (plain)
1
2
3
4
5
6
7
8
<fieldset>
    <? if ($legend) : ?>
        <legend><?= htmlReady($this->legend) ?></legend>
    <? endif ?>
    <? foreach ($parts as $part) : ?>
        <?= $part->renderWithCondition() ?>
    <? endforeach ?>
</fieldset>