libs/web: add missing css class to cbi simpleform template
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 8 Aug 2012 11:29:46 +0000 (11:29 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 8 Aug 2012 11:29:46 +0000 (11:29 +0000)
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