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-details-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apk-details-html.lsp') diff --git a/apk-details-html.lsp b/apk-details-html.lsp index 8ec29c5..e3b6935 100644 --- a/apk-details-html.lsp +++ b/apk-details-html.lsp @@ -20,10 +20,10 @@ displayitem(data.value.upgrade)
Install
> -
+ <% elseif viewlibrary.check_permission("upgrade") and data.value.upgrade.value ~= "" then %>
Upgrade
> -
+ <% end %> -- cgit v1.2.3