From 5973801d9574383d0e25b570688be02531a0a873 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 22 Jan 2010 09:51:07 +0000 Subject: Updated for skin change in acf-core 0.10.0 --- ipsectools-details-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipsectools-details-html.lsp b/ipsectools-details-html.lsp index 863effb..564f509 100644 --- a/ipsectools-details-html.lsp +++ b/ipsectools-details-html.lsp @@ -1,4 +1,4 @@ -<% local data, viewlibrary = ... +<% local data, viewlibrary, page_info = ... require("viewfunctions") %> @@ -12,7 +12,7 @@ if not data.value.show_isakmp or #data.value.show_isakmp.value == 0 then else for i,entry in pairs(data.value.show_isakmp.value) do if (type(entry) == "table") and (entry.Destination) and (entry.Destination.value) and (#entry.Destination.value > 0) then - io.write("

/tango/16x16/status/network-") if (tonumber(entry.St.value) < 9) then io.write("error") else -- cgit v1.2.3