mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
72a7f0e672
Final work around issue #1802 - creating templates for complex layout operations and removing HTML from this controller.
14 lines
228 B
Scheme
14 lines
228 B
Scheme
<ul>
|
|
<% loop Forms %>
|
|
<li>
|
|
<a href="#{$FormName}">$AuthenticatorName</a>
|
|
</li>
|
|
<% end_loop %>
|
|
</ul>
|
|
<% loop Forms %>
|
|
<div class="form-tab" id="{$FormName}">
|
|
<h3>$AuthenticatorName</h3>
|
|
$forTemplate
|
|
</div>
|
|
<% end_loop %>
|