silverstripe-userforms/templates/SilverStripe/UserForms/Form/Includes/UserFormActionNav.ss

8 lines
118 B
Scheme

<% if $Actions %>
<nav class="btn-toolbar Actions">
<% loop $Actions %>
$Field
<% end_loop %>
</nav>
<% end_if %>