mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
MINOR: updated email format to use label and the value below as the table layout was not working for longer fields
This commit is contained in:
parent
73bf168b8c
commit
603764de01
@ -1,11 +1,9 @@
|
||||
<h1>$Subject</h1>
|
||||
$Body
|
||||
|
||||
<table>
|
||||
<dl>
|
||||
<% control Fields %>
|
||||
<tr>
|
||||
<td style="padding: 5px"><b>$Title</b></td>
|
||||
<td style="padding: 5px">$Value.RAW</td>
|
||||
</tr>
|
||||
<dt><strong>$Title</strong></dt>
|
||||
<dd>$Value.RAW</dd>
|
||||
<% end_control %>
|
||||
</table>
|
||||
</dl>
|
||||
|
Loading…
Reference in New Issue
Block a user