summaryrefslogtreecommitdiffstats
path: root/shorewall-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-config-html.lsp')
-rw-r--r--shorewall-config-html.lsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/shorewall-config-html.lsp b/shorewall-config-html.lsp
index db97aa5..3f8eb8d 100644
--- a/shorewall-config-html.lsp
+++ b/shorewall-config-html.lsp
@@ -60,7 +60,7 @@ displayinfo(myform,tags,"viewonly")
<H3>Parameters</H3>
<DL>
<?
-local tags = { "params_list", "params_list_cmd", }
+local tags = { "params", "params_cmd", }
displayinfo(myform,tags)
?>
</DL>
@@ -68,7 +68,7 @@ displayinfo(myform,tags)
<H3>Interfaces</H3>
<DL>
<?
-local tags = { "interfaces_list", "interfaces_list_cmd", }
+local tags = { "interfaces", "interfaces_cmd", }
displayinfo(myform,tags)
?>
</DL>
@@ -77,15 +77,15 @@ displayinfo(myform,tags)
<H3>Defince zones</H3>
<DL>
<?
-local tags = { "zones_list", "zones_list_cmd", }
+local tags = { "zones", "zones_cmd", }
displayinfo(myform,tags)
?>
</DL>
-<h3>Default policies</h3>
+<h3>Default policy</h3>
<DL>
<?
-local tags = { "policies_list", "policies_list_cmd",}
+local tags = { "policy", "policy_cmd",}
displayinfo(myform,tags)
?>
</DL>
@@ -93,7 +93,7 @@ displayinfo(myform,tags)
<h3>Rules</h3>
<DL>
<?
-local tags = { "rules_list", "rules_list_cmd",}
+local tags = { "rules", "rules_cmd",}
displayinfo(myform,tags)
?>
</DL>