* Added DHCP page
[project/luci.git] / src / ffluci / view / cbi / fvalue.htm
1 <%+cbi/valueheader%>
2                                                                 <input onchange="cbi_d_update(this.id)" type="checkbox" id="cbid.<%=self.config.."."..section.."."..self.option%>" name="cbid.<%=self.config.."."..section.."."..self.option%>"<% if self:cfgvalue(section) == self.enabled then %> checked="checked"<% end %> value="1" />
3 <%+cbi/valuefooter%>