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-listsmtpfiles-html.lsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tcpproxy-listsmtpfiles-html.lsp') diff --git a/tcpproxy-listsmtpfiles-html.lsp b/tcpproxy-listsmtpfiles-html.lsp index 37fbd9e..3760a66 100644 --- a/tcpproxy-listsmtpfiles-html.lsp +++ b/tcpproxy-listsmtpfiles-html.lsp @@ -1,9 +1,9 @@ <% local view, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"editsmtpfile", "delsmtpfile"}, session) %> -<% displaycommandresults({"createsmtpfile"}, session, true) %> +<% htmlviewfunctions.displaycommandresults({"editsmtpfile", "delsmtpfile"}, session) %> +<% htmlviewfunctions.displaycommandresults({"createsmtpfile"}, session, true) %>

Files

@@ -33,5 +33,5 @@ require("viewfunctions")

<%= html.html_escape(createform.label) %>

<% createform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/createsmtpfile" - displayform(createform) + htmlviewfunctions.displayform(createform) end %> -- cgit v1.2.3