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:
Will Rossiter 2009-05-14 20:55:28 +00:00
parent 73bf168b8c
commit 603764de01

View File

@ -1,11 +1,9 @@
<h1>$Subject</h1> <h1>$Subject</h1>
$Body $Body
<table> <dl>
<% control Fields %> <% control Fields %>
<tr> <dt><strong>$Title</strong></dt>
<td style="padding: 5px"><b>$Title</b></td> <dd>$Value.RAW</dd>
<td style="padding: 5px">$Value.RAW</td>
</tr>
<% end_control %> <% end_control %>
</table> </dl>