summaryrefslogtreecommitdiffstats
path: root/syslog-loginfo-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-03-04 02:41:32 +0000
committerTed Trask <ttrask01@yahoo.com>2014-03-04 02:41:32 +0000
commitf9780f645bc94f2f79fc4e266e671d15232d4b9d (patch)
treeba25e6d23f9a89891d4a01c5d1ffe4c59718c914 /syslog-loginfo-html.lsp
parentb0f4fadb7b62297b6dbd574b2a7d8eee0f990eb4 (diff)
downloadacf-alpine-baselayout-f9780f645bc94f2f79fc4e266e671d15232d4b9d.tar.bz2
acf-alpine-baselayout-f9780f645bc94f2f79fc4e266e671d15232d4b9d.tar.xz
Change HTML views to use htmlviewfunctions.displayheader
Modified some models to change labels
Diffstat (limited to 'syslog-loginfo-html.lsp')
-rw-r--r--syslog-loginfo-html.lsp8
1 files changed, 2 insertions, 6 deletions
diff --git a/syslog-loginfo-html.lsp b/syslog-loginfo-html.lsp
index 5e1a19f..dbada17 100644
--- a/syslog-loginfo-html.lsp
+++ b/syslog-loginfo-html.lsp
@@ -1,14 +1,10 @@
-<% local form, viewlibrary = ... %>
+<% local view, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>
-<% ---[[ %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
-<% --]] %>
-<h2>Program Specific Options/Information</h2>
<%
-htmlviewfunctions.displayitem(form.value.logfile)
-htmlviewfunctions.displayitem(form.value.remote)
+htmlviewfunctions.displayitem(view, nil, page_info)
%>