cyberstammtisch-silverstripe/themes/starter/templates/SilverStripe/Forms/FormField.ss
2021-10-20 13:45:30 +02:00

5 lines
268 B
Scheme
Executable file

<% if $IsReadonly %>
<span id="{$ID.ATT}" class="{$ExtraClass.ATT}">{$Value.XML}</span>
<% else %>
<input {$getAttributesHTML('class')} class="{$ExtraClass.ATT} form-control<% if $Message %> is-invalid<% end_if %>" <% include AriaAttributes %> />
<% end_if %>