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/fvalue.htm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/ffluci/view/cbi/fvalue.htm') diff --git a/src/ffluci/view/cbi/fvalue.htm b/src/ffluci/view/cbi/fvalue.htm index 6cf9a8d87c..cce116af33 100644 --- a/src/ffluci/view/cbi/fvalue.htm +++ b/src/ffluci/view/cbi/fvalue.htm @@ -1,10 +1,11 @@ -
-
-
<%=self.title%>
-
<%=self.description%>
-
+
"> +
<%=self.title%>
- "<% if self:cfgvalue(section) == self.enabled then %> checked="checked"<% end %> value="1" /> + " name="cbid.<%=self.config.."."..section.."."..self.option%>"<% if self:cfgvalue(section) == self.enabled then %> checked="checked"<% end %> value="1" /> +
<%=self.description%>
-
-
\ No newline at end of file +
+ <% if #self.deps > 0 then %><% end %> \ No newline at end of file -- cgit v1.2.3