From 067d7dc9f708d5ebeda1072fb6dc82e960de0d81 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 28 May 2018 14:57:54 +0200 Subject: treewide: convert HTML tables to div Mostly convert HTML tables to div based markup to allow for easier styling in the future. Also change JS accessor code accordingly. Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/firewall/cbi_addrule.htm | 84 +++++++++++----------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm') diff --git a/applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm b/applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm index b06fac3de4..c99ecaca37 100644 --- a/applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm +++ b/applications/luci-app-firewall/luasrc/view/firewall/cbi_addrule.htm @@ -8,71 +8,71 @@
<% if wz then %>
- - - - - - - - - - - - - - - - -
<%:Open ports on router%>:
<%:Name%><%:Protocol%><%:External port%>
+
+
+
<%:Open ports on router%>:
+
+
+
<%:Name%>
+
<%:Protocol%>
+
<%:External port%>
+
+
+
+
-
+ +
-
+ +
-
+ +
-
+
+ + <% end %> <% if #zones > 1 then %> - - - - - - - - - - - - - - - - -

<%:New forward rule%>:
<%:Name%><%:Source zone%><%:Destination zone%>
+
+
+

<%:New forward rule%>:
+
+
+
<%:Name%>
+
<%:Source zone%>
+
<%:Destination zone%>
+
+
+
+
-
+ +
-
+ +
-
+ +
-
+ + + <% else %> <% end %> -- cgit v1.2.3