From 133a1ae3f4293dce5063bab43e3aecfdd92d889e Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 20 Jul 2020 16:15:25 +0200 Subject: luci-compat: add btn class to all button inputs Signed-off-by: Florian Eckert --- modules/luci-compat/luasrc/view/cbi/tblsection.htm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/luci-compat/luasrc/view/cbi/tblsection.htm') diff --git a/modules/luci-compat/luasrc/view/cbi/tblsection.htm b/modules/luci-compat/luasrc/view/cbi/tblsection.htm index 1e067edf38..c60915a6a6 100644 --- a/modules/luci-compat/luasrc/view/cbi/tblsection.htm +++ b/modules/luci-compat/luasrc/view/cbi/tblsection.htm @@ -148,10 +148,10 @@ end
<%- if self.sortable then -%> - - + + <% end; if self.extedit then -%> - onclick="location.href='<%=self.extedit:format(section)%>'" <%- elseif type(self.extedit) == "function" then @@ -159,7 +159,7 @@ end <%- end %> alt="<%:Edit%>" title="<%:Edit%>" /> <% end; if self.addremove then %> - + <%- end -%>
@@ -186,7 +186,7 @@ end <% if self.template_addremove then include(self.template_addremove) else -%>
<% if self.anonymous then %> - + <% else %> <% if self.invalid_cts then -%>
<%:Invalid%>
@@ -194,7 +194,7 @@ end
- + <% end %>
<%- end %> -- cgit v1.2.3