mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '4.2' into 4
This commit is contained in:
commit
b22f33ae84
@ -63,7 +63,7 @@ switch between pages:
|
||||
...
|
||||
<% end_if %>
|
||||
<% end_if %>
|
||||
<% end_loop %>
|
||||
<% end_loop %>
|
||||
<% if $PaginatedPages.NotLastPage %>
|
||||
<a class="next" href="$PaginatedPages.NextLink">Next</a>
|
||||
<% end_if %>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<ul>
|
||||
<% loop $Forms %>
|
||||
<li>
|
||||
<a href="#{$FormName}">$AuthenticatorName</a>
|
||||
<a href="#{$FormName}_Tab">$AuthenticatorName</a>
|
||||
</li>
|
||||
<% end_loop %>
|
||||
</ul>
|
||||
<% loop $Forms %>
|
||||
<div class="form-tab" id="{$FormName}">
|
||||
<div class="form-tab" id="{$FormName}_Tab">
|
||||
<h3>$AuthenticatorName</h3>
|
||||
$forTemplate
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user