From 077db659bbcb7cee6bbc4c4dbaed9776261190a0 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 27 Mar 2008 23:14:01 +0000 Subject: * Major CBI improvements --- src/ffluci/view/cbi/nsection.htm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 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 7615104ad7..c1f4c8bf3a 100644 --- a/src/ffluci/view/cbi/nsection.htm +++ b/src/ffluci/view/cbi/nsection.htm @@ -2,27 +2,30 @@

<%=self.title%>

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