2012-04-14 07:32:29 +02:00
|
|
|
<$Tag class="CompositeField $extraClass <% if ColumnCount %>multicolumn<% end_if %>">
|
|
|
|
<% if $Tag == 'fieldset' && $Legend %>
|
|
|
|
<legend>$Legend</legend>
|
|
|
|
<% end_if %>
|
2016-01-06 00:34:58 +01:00
|
|
|
|
2013-07-13 13:00:46 +02:00
|
|
|
<% loop $FieldList %>
|
2018-07-03 23:46:31 +02:00
|
|
|
<% if $Top.ColumnCount %>
|
|
|
|
<div class="column-{$Top.ColumnCount} $FirstLast">
|
2012-04-14 07:32:29 +02:00
|
|
|
$FieldHolder
|
|
|
|
</div>
|
|
|
|
<% else %>
|
|
|
|
$FieldHolder
|
|
|
|
<% end_if %>
|
|
|
|
<% end_loop %>
|
2012-12-13 16:33:58 +01:00
|
|
|
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $Description %><span class="description">$Description</span><% end_if %>
|
|
|
|
</$Tag>
|