Include Actions class alongside step-buttons

This commit is contained in:
Nicholas Sorokin 2018-07-14 00:57:24 +09:30
parent d2ddaddede
commit 8c0763288f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<% if $Actions %> <% if $Actions %>
<nav class="btn-toolbar"> <nav class="btn-toolbar Actions">
<% loop $Actions %> <% loop $Actions %>
$Field $Field
<% end_loop %> <% end_loop %>

View File

@ -1,5 +1,5 @@
<nav id="step-navigation" class="step-navigation"> <nav id="step-navigation" class="step-navigation">
<ul class="step-buttons"> <ul class="step-buttons Actions">
<%-- <%--
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.