From 94d2fdb5e7dc424efa0409d2617d3241e4daaa35 Mon Sep 17 00:00:00 2001 From: Zach LeBar Date: Fri, 30 Mar 2012 20:54:16 +0000 Subject: Fixing acf-chrony to work with changes made to acf-core. Removing the use of controllerfunctions.lua and using the new 'handle_form()' found in acf_www-controller.lua. Also using 'handle_form()' in place of 'redirect_to_referrer()'. --- chrony-keyfile-html.lsp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'chrony-keyfile-html.lsp') diff --git a/chrony-keyfile-html.lsp b/chrony-keyfile-html.lsp index 50420b6..b90ee14 100644 --- a/chrony-keyfile-html.lsp +++ b/chrony-keyfile-html.lsp @@ -7,9 +7,12 @@
<% displayitem(form.value.status) - if form.value.status.errtxt then %> + if form.value.status.errtxt then + +%>
"> -
+ + <% end %>
-- cgit v1.2.3