X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Fview%2Fcbi%2Ffirewall_zonelist.htm;fp=libs%2Fweb%2Fluasrc%2Fview%2Fcbi%2Ffirewall_zonelist.htm;h=7973437f40635931af60794ca56119f506fb85e8;hp=8aa69705d94dcb131ae0a7233f441a56fa044121;hb=5d45927643f49b15769e7129a79a7a7a985f3f2a;hpb=f8d8f10aa892e2737cb2171e57b7883481edf9a7 diff --git a/libs/web/luasrc/view/cbi/firewall_zonelist.htm b/libs/web/luasrc/view/cbi/firewall_zonelist.htm index 8aa69705d..7973437f4 100644 --- a/libs/web/luasrc/view/cbi/firewall_zonelist.htm +++ b/libs/web/luasrc/view/cbi/firewall_zonelist.htm @@ -28,7 +28,7 @@ <% if self.allowlocal then %>
  • />   - style="background-color:<%=fwm.zone.get_color()%>; padding:0.5em"> + style="background-color:<%=fwm.zone.get_color()%>" class="zonebadge"> <%:Device%> <% if self.allowany and self.allowlocal then %>(<%:input%>)<% end %> @@ -37,7 +37,7 @@ <% if self.allowany then %>
  • />   - style="background-color:<%=fwm.zone.get_color()%>; padding:0.5em"> + style="background-color:<%=fwm.zone.get_color()%>" class="zonebadge"> <%:Any zone%> <% if self.allowany and self.allowlocal then %>(<%:forward%>)<% end %> @@ -50,7 +50,7 @@ %>
  • />   - style="background-color:<%=zone:get_color()%>; padding:0.5em"> + style="background-color:<%=zone:get_color()%>" class="zonebadge"> <%=zone:name()%>: <% local zempty = true @@ -78,9 +78,9 @@ <% if self.widget ~= "checkbox" and not self.nocreate then %>
  • />   -
    - ><%:unspecified -or- create:%>  - onfocus="document.getElementById('<%=cbid%>_new').checked=true" /> +
    + <%:unspecified -or- create:%>  + onfocus="document.getElementById('<%=cbid%>_new').checked=true" />
  • <% end %>