summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/tsection.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-03-20 20:34:44 +0000
committerSteven Barth <steven@midlink.org>2008-03-20 20:34:44 +0000
commit6e0df95e270dc0ee4c5d10e1d6ac2550f78ff54f (patch)
treef8d30923d291d0d119181eaafc88d35abff6b8ae /src/ffluci/view/cbi/tsection.htm
parente9461f898cdd8f740accdf8c0c99dd1cfe48d1ea (diff)
* CBI cleanup
Diffstat (limited to 'src/ffluci/view/cbi/tsection.htm')
-rw-r--r--src/ffluci/view/cbi/tsection.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ffluci/view/cbi/tsection.htm b/src/ffluci/view/cbi/tsection.htm
index 420bfd14a8..8c7f0c1151 100644
--- a/src/ffluci/view/cbi/tsection.htm
+++ b/src/ffluci/view/cbi/tsection.htm
@@ -7,11 +7,11 @@ for k, v in pairs(allsections) do
end
end
%>
-<div class="cbi-tsection" id="cbi-<%=self.map.config%>-<%=self.sectiontype%>">
+<div class="cbi-tsection" id="cbi-<%=self.config%>-<%=self.sectiontype%>">
<h2><%=self.title%></h2>
<div class="cbi-tsection-descr"><%=self.description%></div>
<% for k, v in pairs(sections) do %>
-<div class="cbi-tsection-node" id="cbi-<%=self.map.config%>-<%=k%>">
+<div class="cbi-tsection-node" id="cbi-<%=self.config%>-<%=k%>">
<% for k, node in ipairs(self.children) do
node.section = k
node:render(k)