From 68d142e79287e9b5e9f980f37b546070a38fc478 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 26 Mar 2008 20:55:14 +0000 Subject: * CBI update * Added some configuration pages * Introduced contact site * Introduced luci UCI config file --- src/ffluci/view/cbi/tsection.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/ffluci/view/cbi/tsection.htm') diff --git a/src/ffluci/view/cbi/tsection.htm b/src/ffluci/view/cbi/tsection.htm index 26f8b198e8..9205095313 100644 --- a/src/ffluci/view/cbi/tsection.htm +++ b/src/ffluci/view/cbi/tsection.htm @@ -1,18 +1,18 @@

<%=self.title%>

<%=self.description%>
-<% for k, v in pairs(self:ucisections()) do%> +<% for k, v in pairs(self:cfgsections()) do%>
- <% if not self.anonymous then %><%=k%><% end %> + <% if not self.anonymous then %>

<%=k%>

<% end %> <% self:render_children(k) %> - <% if #self.optionals > 0 or self.dynamic then %> + <% if #self.optionals[k] > 0 or self.dynamic then %>
<% if self.dynamic then %> <% else %> -- cgit v1.2.3