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:
Franco Springveldt 2017-07-12 15:17:25 +12:00 committed by GitHub
commit 17fe85b774
1 changed files with 1 additions and 1 deletions

View File

@ -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