mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
11 lines
419 B
Scheme
11 lines
419 B
Scheme
<div class="fieldholder-small">
|
|
<% if $RightTitle %>
|
|
<label class="right fieldholder-small-label" <% if ID %>for="$ID"<% end_if %>>$RightTitle</label>
|
|
<% else_if $LeftTitle %>
|
|
<label class="left fieldholder-small-label" <% if ID %>for="$ID"<% end_if %>>$LeftTitle</label>
|
|
<% else_if $Title %>
|
|
<label class="fieldholder-small-label" <% if ID %>for="$ID"<% end_if %>>$Title</label>
|
|
<% end_if %>
|
|
|
|
$Field
|
|
</div> |