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