From a30ea6c2a38587f6b123a39b0086b64d62f5d9b9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 20 Jan 2011 00:19:05 +0000 Subject: [PATCH] libs/web: add missing cells to tblsection template --- libs/web/luasrc/view/cbi/tblsection.htm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libs/web/luasrc/view/cbi/tblsection.htm b/libs/web/luasrc/view/cbi/tblsection.htm index c79d5a8c87..63214467f6 100644 --- a/libs/web/luasrc/view/cbi/tblsection.htm +++ b/libs/web/luasrc/view/cbi/tblsection.htm @@ -56,7 +56,9 @@ end <%-=k.title-%> <%- if k.titleref then -%><%- end -%> - <%- count = count + 1; end; end; if self.extedit or self.addremove then -%> + <%- count = count + 1; end; end; if self.sortable then -%> + <%:Sort%> + <%- end; if self.extedit or self.addremove then -%>   <%- count = count + 1; end -%> @@ -70,7 +72,9 @@ end <%- end -%> <%- for i, k in pairs(self.children) do if not k.optional then -%> ><%=k.description%> - <%- end; end; if self.extedit or self.addremove then -%> + <%- end; end; if self.sortable then -%> + + <%- end; if self.extedit or self.addremove then -%> <%- end -%> -- 2.30.2