blob: f54667def627d15f4f2eb01583a5b7cf9542fdab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<%+cbi/valueheader%>
<% if self.value then
if type(self.value) == "function" then %>
<%=self:value(section)%>
<% else %>
<%=self.value%>
<% end
else %>
<%=self:cfgvalue(section)%>
<% end %>
<%+cbi/valuefooter%>
|