From b1d62376783a9b449ad13c5000f35eaa9a87662c Mon Sep 17 00:00:00 2001 From: Zach LeBar Date: Thu, 22 Mar 2012 20:08:30 +0000 Subject: Changed apk-controller.lua to use new handle_form() functions found in acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to apk-model.lua to make everything work. --- apk-expert-html.lsp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'apk-expert-html.lsp') diff --git a/apk-expert-html.lsp b/apk-expert-html.lsp index 44b4b48..735d1a5 100644 --- a/apk-expert-html.lsp +++ b/apk-expert-html.lsp @@ -14,11 +14,17 @@ func(form, viewlibrary, page_info, session)
<% if viewlibrary.check_permission("updateall") then %>
Update Index
-
+
+ + +
<% end %> <% if viewlibrary.check_permission("upgradeall") then %>
Upgrade All
-
+
+ + +
<% end %>
<% end %> -- cgit v1.2.3