From 51de0ea690a7b5d213479b6d0e7b69b38846ad1d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:11:53 +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 --- dovecot-details-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dovecot-details-html.lsp') diff --git a/dovecot-details-html.lsp b/dovecot-details-html.lsp index 8f1363e..ae142cd 100644 --- a/dovecot-details-html.lsp +++ b/dovecot-details-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary = ... -require("viewfunctions") +require("htmlviewfunctions") %> <% viewlibrary.dispatch_component("status") %> @@ -7,6 +7,6 @@ require("viewfunctions")

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

<% -displayitem(data) +htmlviewfunctions.displayitem(data) %>
-- cgit v1.2.3