silverstripe-framework/templates/SilverStripe/Forms/CompositeField.ss

10 lines
163 B
Scheme
Raw Normal View History

<% loop $FieldList %>
<% if $ColumnCount %>
<div class="column-{$ColumnCount} $FirstLast">
$Field
</div>
<% else %>
$Field
<% end_if %>
<% end_loop %>