mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
f1c408d3f4
BUG Fixed display logic
9 lines
209 B
Scheme
9 lines
209 B
Scheme
<% if $Steps.Count > 1 %>
|
|
<fieldset class="error-container form-wide-errors" aria-hidden="true" style="display: none;">
|
|
<div>
|
|
<h4></h4>
|
|
<ul class="error-list"></ul>
|
|
</div>
|
|
</fieldset>
|
|
<% end_if %>
|