mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
13 lines
265 B
Scheme
Executable File
13 lines
265 B
Scheme
Executable File
<h1>$Subject</h1>
|
|
$Body
|
|
|
|
<% if HideFormData = 1 %>
|
|
<% else %>
|
|
<dl>
|
|
<% control Fields %>
|
|
<dt><strong><% if Title %>$Title<% else %>$Name<% end_if %></strong></dt>
|
|
<dd style="margin: 4px 0 14px 0">$FormattedValue</dd>
|
|
<% end_control %>
|
|
</dl>
|
|
<% end_if %>
|