mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR: changes to the layout of the submitted email
This commit is contained in:
parent
8047dec983
commit
bb09f582d5
@ -3,7 +3,7 @@ $Body
|
|||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<% control Fields %>
|
<% control Fields %>
|
||||||
<dt><strong>$Title</strong></dt>
|
<dt><strong><% if Title %>$Title<% else %>$Name<% end_if %></strong></dt>
|
||||||
<dd>$Value.RAW</dd>
|
<dd style="margin: 4px 0 14px 0">$Value.RAW</dd>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
</dl>
|
</dl>
|
||||||
|
Loading…
Reference in New Issue
Block a user