From d0b91bcca266a6d386f9ebeef695e1cef34ad9cf Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 Jun 2018 17:10:38 +0200 Subject: luci-base: globally cleanup markup - add responsive attributes to partial cbi templates - unify and fix button style classes - fix styling of sysauth dialog - rework firewall_zoneforwards widget Signed-off-by: Jo-Philipp Wich --- modules/luci-base/luasrc/view/cbi/nullsection.htm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/luci-base/luasrc/view/cbi/nullsection.htm') diff --git a/modules/luci-base/luasrc/view/cbi/nullsection.htm b/modules/luci-base/luasrc/view/cbi/nullsection.htm index ef169593af..7230719d19 100644 --- a/modules/luci-base/luasrc/view/cbi/nullsection.htm +++ b/modules/luci-base/luasrc/view/cbi/nullsection.htm @@ -1,4 +1,4 @@ -
+
<% if self.title and #self.title > 0 then -%> <%=self.title%> <%- end %> @@ -25,8 +25,7 @@
<%- end %> -
-
+ <%- if type(self.hidden) == "table" then for k, v in pairs(self.hidden) do -- cgit v1.2.3