Backport Skip-Button support
[project/luci.git] / libs / cbi / luasrc / view / cbi / footer.htm
index 4f94a05b02c08ddfc244535f9c23ae94305a2bb9..b6e893d1ad1c8b6aace12d95bff9718d9c150fe6 100644 (file)
@@ -14,6 +14,9 @@ $Id$
 -%>
        <%- if pageaction then -%>
        <div class="cbi-page-actions">
+               <% if flow.skip then %>
+                       <input class="cbi-button cbi-button-skip" type="submit" name="cbi.skip" value="<%:skip Skip%>" />
+               <% end %>
                <% if not autoapply then%>
                        <input class="cbi-button cbi-button-apply" type="submit" name="cbi.apply" value="<%:saveapply%>" />
                <% end %>