libs/web: add another missing class attribute
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 22 Sep 2011 13:43:39 +0000 (13:43 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 22 Sep 2011 13:43:39 +0000 (13:43 +0000)
libs/web/luasrc/view/cbi/tsection.htm

index 29f3c16..2aab1b5 100644 (file)
@@ -6,7 +6,7 @@
        <% local isempty = true for i, k in ipairs(self:cfgsections()) do -%>
                <% if self.addremove then -%>
                        <div class="cbi-section-remove right">
-                               <input type="submit" name="cbi.rts.<%=self.config%>.<%=k%>" onclick="this.form.cbi_state='del-section'; return true" value="<%:Delete%>" />
+                               <input type="submit" name="cbi.rts.<%=self.config%>.<%=k%>" onclick="this.form.cbi_state='del-section'; return true" value="<%:Delete%>" class="cbi-button" />
                        </div>
                <%- end %>