libs/web: add missing css class to cbi simpleform template
[project/luci.git] / libs / web / luasrc / view / cbi / simpleform.htm
index f7c9f33..5216cd5 100644 (file)
@@ -18,7 +18,7 @@
        <div class="error"><%=self.errmessage%></div>
 <%- end %>
 <% if not self.embedded then %>
-       <div>
+       <div class="cbi-page-actions">
 <%-
        if type(self.hidden) == "table" then
                for k, v in pairs(self.hidden) do