Changeset 8123
- Timestamp:
- 12/20/11 18:51:44 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/libs/web/luasrc/view/cbi/firewall_zonelist.htm
r8107 r8123 30 30 <input class="cbi-input-radio" onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)"<%=attr("type", self.widget or "radio") .. attr("id", cbid .. "_empty") .. attr("name", cbid) .. attr("value", "") .. ifattr(checked[""], "checked", "checked")%> />   31 31 <label<%=attr("for", cbid .. "_empty")%> style="background-color:<%=fwm.zone.get_color()%>; padding:0.5em"> 32 <strong><%:Device%></strong> (<%:input%>) 32 <strong><%:Device%></strong> 33 <% if self.allowany and self.allowlocal then %>(<%:input%>)<% end %> 33 34 </label> 34 35 </li> … … 38 39 <input class="cbi-input-radio" onclick="cbi_d_update(this.id)" onchange="cbi_d_update(this.id)"<%=attr("type", self.widget or "radio") .. attr("id", cbid .. "_any") .. attr("name", cbid) .. attr("value", "*") .. ifattr(checked["*"], "checked", "checked")%> />   39 40 <label<%=attr("for", cbid .. "_any")%> style="background-color:<%=fwm.zone.get_color()%>; padding:0.5em"> 40 <strong><%:Any zone%></strong> (<%:forward%>) 41 <strong><%:Any zone%></strong> 42 <% if self.allowany and self.allowlocal then %>(<%:forward%>)<% end %> 41 43 </label> 42 44 </li>
