silverstripe-testsession/templates/Includes/TestSession_State.ss
2012-12-19 15:45:52 +01:00

10 lines
151 B
Scheme

<% if State %>
<p>
Current testing state
<ul>
<% control State %>
<li><strong>$Name:</strong> $Value</li>
<% end_control %>
</ul>
</p>
<% end_if %>