diff options
Diffstat (limited to 'src/ffluci/view/cbi/dvalue.htm')
-rw-r--r-- | src/ffluci/view/cbi/dvalue.htm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ffluci/view/cbi/dvalue.htm b/src/ffluci/view/cbi/dvalue.htm deleted file mode 100644 index 178f2e16a1..0000000000 --- a/src/ffluci/view/cbi/dvalue.htm +++ /dev/null @@ -1,12 +0,0 @@ -<%+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%> |