cyberstammtisch-silverstripe/themes/silverstrap/templates/SilverStripe/Forms/FormField_holder_small.ss

4 lines
259 B
Scheme
Executable File

<% if $Title %><label class="$Silverstrap.small_label"<% if $ID %> for="$ID"<% end_if %>>$Title</label><% end_if %>
$Field.RAW<% if $RightTitle %>
<label class="$Silverstrap.small_right_label"<% if $ID %> for="$ID"<% end_if %>>$RightTitle</label><% end_if %>