2013-07-13 13:00:46 +02:00
|
|
|
<% if $IsReadonly %>
|
2011-12-22 13:10:57 +01:00
|
|
|
<ul class="SelectionGroup<% if extraClass %> $extraClass<% end_if %>">
|
2013-07-13 13:00:46 +02:00
|
|
|
<% loop $FieldSet %>
|
|
|
|
<% if $Selected %>
|
|
|
|
<li$Selected>
|
|
|
|
$RadioLabel
|
|
|
|
$FieldHolder
|
|
|
|
</li>
|
2007-07-19 12:40:28 +02:00
|
|
|
</ul>
|
|
|
|
<% end_if %>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
2007-07-19 12:40:28 +02:00
|
|
|
<% else %>
|
2013-07-13 13:00:46 +02:00
|
|
|
<ul class="SelectionGroup<% if extraClass %> $extraClass<% end_if %>">
|
|
|
|
<% loop $FieldSet %>
|
|
|
|
<li$Selected>
|
2015-02-06 12:00:00 +01:00
|
|
|
{$RadioButton}{$RadioLabel}
|
|
|
|
<% if $FieldList %>
|
|
|
|
$FieldHolder
|
|
|
|
<% end_if %>
|
2013-07-13 13:00:46 +02:00
|
|
|
</li>
|
|
|
|
<% end_loop %>
|
|
|
|
</ul>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_if %>
|