From: Jo-Philipp Wich Date: Thu, 20 Jan 2011 00:19:05 +0000 (+0000) Subject: libs/web: add missing cells to tblsection template X-Git-Tag: 0.11.0~2349 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a30ea6c2a38587f6b123a39b0086b64d62f5d9b9;p=oweals%2Fluci.git libs/web: add missing cells to tblsection template --- diff --git a/libs/web/luasrc/view/cbi/tblsection.htm b/libs/web/luasrc/view/cbi/tblsection.htm index c79d5a8c8..63214467f 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 -%>