From 68d142e79287e9b5e9f980f37b546070a38fc478 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 26 Mar 2008 20:55:14 +0000 Subject: * CBI update * Added some configuration pages * Introduced contact site * Introduced luci UCI config file --- src/ffluci/view/cbi/fvalue.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 8c8a2dfba0..6cf9a8d87c 100644 --- a/src/ffluci/view/cbi/fvalue.htm +++ b/src/ffluci/view/cbi/fvalue.htm @@ -4,7 +4,7 @@
<%=self.description%>
- "<% if self:ucivalue(section) == self.enabled then %> checked="checked"<% end %> value="1" /> + "<% if self:cfgvalue(section) == self.enabled then %> checked="checked"<% end %> value="1" />
\ No newline at end of file -- cgit v1.2.3