From c8426cfa3cce952dde8cdf2eb058d0c2fae4986d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 21 Mar 2008 19:30:53 +0000 Subject: * ffluci.cbi: updates * ffluci.template: fixed a bug where different template scopes were not separated correctly * Added ffluci.dispatcher.cbi and ffluci.dispatcher.dynamic --- src/ffluci/view/cbi/nsection.htm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/ffluci/view/cbi/nsection.htm') diff --git a/src/ffluci/view/cbi/nsection.htm b/src/ffluci/view/cbi/nsection.htm index 5badeca562..e002c68b09 100644 --- a/src/ffluci/view/cbi/nsection.htm +++ b/src/ffluci/view/cbi/nsection.htm @@ -1,5 +1,7 @@ -
-

<%=self.title%>

-
<%=self.description%>
+
+

<%=self.title%>

+
<%=self.description%>
+
<% for k, node in ipairs(self.children) do node:render() end %> -
+
+
-- cgit v1.2.3