silverstripe-userforms/templates/Includes/UserFormActionNav.ss
Mike Andrewartha 22a65dc262 MINOR: fix for styling for one or more buttons that don't need the list styling for the step navigation. Will add the action nav which just shows the buttons
MINOR: fix for styling for one or more buttons that don't need the list styling for the step navigation. Will add the action nav which just shows the buttons

MINOR: fix for styling for one or more buttons that don't need the list styling for the step navigation. Will add the action nav which just shows the buttons
2015-10-22 18:41:24 +13:00

7 lines
105 B
Scheme

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