Fix misplacement of actions class

This commit is contained in:
Nicholas Sorokin 2018-07-14 02:38:13 +09:30
parent 8c0763288f
commit c906b0c973
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<nav id="step-navigation" class="step-navigation"> <nav id="step-navigation" class="step-navigation">
<ul class="step-buttons Actions"> <ul class="step-buttons">
<%-- <%--
If JavaScript is disabled multi-step forms are displayed as a single page If JavaScript is disabled multi-step forms are displayed as a single page
so the 'prev' and 'next' button are not used. These buttons are made visible via JavaScript. so the 'prev' and 'next' button are not used. These buttons are made visible via JavaScript.
@ -12,7 +12,7 @@
</li> </li>
<% if $Actions %> <% if $Actions %>
<li class="step-button-wrapper btn-toolbar"> <li class="step-button-wrapper btn-toolbar Actions">
<% loop $Actions %> <% loop $Actions %>
$Field $Field
<% end_loop %> <% end_loop %>