From: Jo-Philipp Wich Date: Tue, 24 Jul 2012 11:48:03 +0000 (+0000) Subject: libs/web: support creating networks in checkbox network widget (#457) X-Git-Tag: 0.11.0~476 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=a798da5d8b54ed01ab7e80fcc04e184c6f7225a1 libs/web: support creating networks in checkbox network widget (#457) --- diff --git a/libs/web/luasrc/view/cbi/network_netlist.htm b/libs/web/luasrc/view/cbi/network_netlist.htm index 35e0ed354..8568ced44 100644 --- a/libs/web/luasrc/view/cbi/network_netlist.htm +++ b/libs/web/luasrc/view/cbi/network_netlist.htm @@ -47,9 +47,9 @@ <% end end %> - <% if self.widget ~= "checkbox" and not self.nocreate then %> + <% if not self.nocreate then %>
  • - " onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)" type="radio"<%=attr("id", cbid .. "_new") .. attr("name", cbid) .. attr("value", "-") .. ifattr(not value, "checked", "checked")%> />   + " onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)"<%=attr("type", self.widget or "radio") .. attr("id", cbid .. "_new") .. attr("name", cbid) .. attr("value", "-") .. ifattr(not value, "checked", "checked")%> />  
    ><%:unspecified -or- create:%>  onfocus="document.getElementById('<%=cbid%>_new').checked=true" />