From: Jo-Philipp Wich Date: Tue, 12 Aug 2014 10:42:14 +0000 (+0000) Subject: add missing cbi-button class to nsection.htm X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=5aa46cbf58932dd5e7a99639b6c3473b103bb4e0 add missing cbi-button class to nsection.htm Hello, I opened an issue in trac but it doesn't let me attach the patch (it complains about cookies not enabled, which isn't true), and I cannot see it to try again since it's awaiting moderation (moderated submission #34250) so here's the patch (against 0.11, but I see that trunk has the same problem). Bye -- Luca --- diff --git a/modules/base/luasrc/view/cbi/nsection.htm b/modules/base/luasrc/view/cbi/nsection.htm index 95e765882..32e73e748 100644 --- a/modules/base/luasrc/view/cbi/nsection.htm +++ b/modules/base/luasrc/view/cbi/nsection.htm @@ -8,7 +8,7 @@ <%- end %> <% if self.addremove then -%>
- +
<%- end %> <%+cbi/tabmenu%> @@ -24,7 +24,7 @@ <%=self.title%> <%- end %>
<%=self.description%>
- + <%- end %> <% end %>