From 06600e5d886ac3ed3ae5ee6ce04994b8c6f387f5 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:58:45 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- tcpproxy-listsmtpentries-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcpproxy-listsmtpentries-html.lsp') diff --git a/tcpproxy-listsmtpentries-html.lsp b/tcpproxy-listsmtpentries-html.lsp index 8fdfe96..60f3532 100644 --- a/tcpproxy-listsmtpentries-html.lsp +++ b/tcpproxy-listsmtpentries-html.lsp @@ -1,8 +1,8 @@ <% local view, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"editsmtpentry", "delsmtpentry"}, session) %> +<% htmlviewfunctions.displaycommandresults({"editsmtpentry", "delsmtpentry"}, session) %>

Interface Entries

-- cgit v1.2.3