diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-02-23 14:49:39 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-02-23 14:49:39 +0000 |
commit | 9291a3452b2d86403a1f4be559736df58571c3f2 (patch) | |
tree | 9505f542ba5fc4fab1ded8e6a17c7ee24599d0fb /syslog-loginfo-html.lsp | |
parent | 6d638ac9d28eac2c144d229359b64c0edaee2b4d (diff) | |
download | acf-alpine-baselayout-9291a3452b2d86403a1f4be559736df58571c3f2.tar.bz2 acf-alpine-baselayout-9291a3452b2d86403a1f4be559736df58571c3f2.tar.xz |
Updates to reflect changes in acf-core-0.15 - viewfunctions becomes htmlviewfunctions
Diffstat (limited to 'syslog-loginfo-html.lsp')
-rw-r--r-- | syslog-loginfo-html.lsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/syslog-loginfo-html.lsp b/syslog-loginfo-html.lsp index 91b24c4..2c3c4f2 100644 --- a/syslog-loginfo-html.lsp +++ b/syslog-loginfo-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> <% ---[[ %> <% if viewlibrary and viewlibrary.dispatch_component then @@ -10,7 +10,7 @@ end %> <H2>Program Specific Options/Information</H2> <DL> <% -displayitem(form.value.logfile) -displayitem(form.value.remote) +htmlviewfunctions.displayitem(form.value.logfile) +htmlviewfunctions.displayitem(form.value.remote) %> </DL> |