summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:54 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:54 +0000
commitedcd55d1a8031217321f7cd69cfe32bd6a9e633d (patch)
treeb8385e30ebd85f59d2dc2427ac3db5f8c48754e1
parent0c2c01c296c5fb215ee2db12f68ffbeaa8c43863 (diff)
downloadacf-shorewall-edcd55d1a8031217321f7cd69cfe32bd6a9e633d.tar.bz2
acf-shorewall-edcd55d1a8031217321f7cd69cfe32bd6a9e633d.tar.xz
Added require statement for html library
-rw-r--r--shorewall-config-html.lsp1
-rw-r--r--shorewall-details-html.lsp1
-rw-r--r--shorewall-listfiles-html.lsp1
3 files changed, 3 insertions, 0 deletions
diff --git a/shorewall-config-html.lsp b/shorewall-config-html.lsp
index 9ad95c3..878727a 100644
--- a/shorewall-config-html.lsp
+++ b/shorewall-config-html.lsp
@@ -1,4 +1,5 @@
<% local form,viewlibrary = ...
+<% html = require("acf.html") %>
local descr = {
['interfaces'] = {
diff --git a/shorewall-details-html.lsp b/shorewall-details-html.lsp
index 9b087e7..4b04fce 100644
--- a/shorewall-details-html.lsp
+++ b/shorewall-details-html.lsp
@@ -1,4 +1,5 @@
<% local data, viewlibrary = ...
+html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
diff --git a/shorewall-listfiles-html.lsp b/shorewall-listfiles-html.lsp
index d079e3b..dd8c2a2 100644
--- a/shorewall-listfiles-html.lsp
+++ b/shorewall-listfiles-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"edit"}, session) %>