mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
NEW Use a paragraph instead of a label for literal field titles
This commit is contained in:
parent
93c25b764f
commit
0f841cd982
@ -1,5 +1,5 @@
|
||||
<div id="$Name" class="field<% if $extraClass %> $extraClass<% end_if %>">
|
||||
<% if $Title %><label class="left">$Title</label><% end_if %>
|
||||
<% if $Title %><p class="left">$Title</p><% end_if %>
|
||||
<div class="middleColumn">
|
||||
<% loop $FieldList %>
|
||||
$Field
|
||||
|
Loading…
Reference in New Issue
Block a user