From fb2a9a328d619ecf329e64cb500ff1385e3f8290 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 28 Mar 2008 11:00:58 +0000 Subject: * CBI: Generalized templates * admin > network > ifaces: Set default value for protocol allowing new sections to be created. --- src/ffluci/view/cbi/fvalue.htm | 12 ++---------- 1 file changed, 2 insertions(+), 10 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 cce116af33..b609f1d4f4 100644 --- a/src/ffluci/view/cbi/fvalue.htm +++ b/src/ffluci/view/cbi/fvalue.htm @@ -1,11 +1,3 @@ -
"> -
<%=self.title%>
-
+<%+cbi/valueheader%> " name="cbid.<%=self.config.."."..section.."."..self.option%>"<% if self:cfgvalue(section) == self.enabled then %> checked="checked"<% end %> value="1" /> -
<%=self.description%>
-
-
- <% if #self.deps > 0 then %><% end %> \ No newline at end of file +<%+cbi/valuefooter%> \ No newline at end of file -- cgit v1.2.3