From bd32a8aac5de9beb321b3cdfe180a8798c5a3379 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 28 Mar 2008 22:55:27 +0000 Subject: * CBI: improvements, bug fixes * admin: Introduced wifi, olsr, password pages --- src/ffluci/view/cbi/dvalue.htm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/ffluci/view/cbi/dvalue.htm (limited to 'src/ffluci/view/cbi/dvalue.htm') diff --git a/src/ffluci/view/cbi/dvalue.htm b/src/ffluci/view/cbi/dvalue.htm new file mode 100644 index 0000000000..178f2e16a1 --- /dev/null +++ b/src/ffluci/view/cbi/dvalue.htm @@ -0,0 +1,12 @@ +<%+cbi/valueheader%> +<% if self.value then + if type(self.value) == "function" then %> + <%=self:value(section)%> +<% else %> + <%=self.value%> +<% end +else %> + <%=(self:cfgvalue(section) or "")%> +<% end %> +  +<%+cbi/valuefooter%> -- cgit v1.2.3