mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #639 from creative-commoners/pulls/4.5/no-label-on-literalfields
NEW Use a paragraph instead of a label for literal field titles
This commit is contained in:
commit
17fe85b774
@ -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