mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
added a HTML wrapper to make it easier to style
This commit is contained in:
parent
1f3747cbaf
commit
1d198ca05d
@ -1,6 +1,7 @@
|
||||
<% if $Steps.Count > 1 %>
|
||||
<div id="userform-progress" class="userform-progress" aria-hidden="true" style="display:none;">
|
||||
<p>Page <span class="current-step-number">1</span> of <span class="total-step-number">$Steps.Count</span></p>
|
||||
<div class="userform-progress-navigator">
|
||||
<div class="progress">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="1" aria-valuemin="1" aria-valuemax="$Steps.Count"></div>
|
||||
</div>
|
||||
@ -15,5 +16,6 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="progress-title"></h2>
|
||||
<% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user