summaryrefslogtreecommitdiffstats
path: root/apk-loaded-html.lsp
diff options
context:
space:
mode:
authorZach LeBar <zach@zachlebar.com>2012-03-22 20:08:30 +0000
committerZach LeBar <zach@zachlebar.com>2012-03-22 20:08:30 +0000
commitb1d62376783a9b449ad13c5000f35eaa9a87662c (patch)
treec16296229b41ce14626425843ebc3397b35c901b /apk-loaded-html.lsp
parentd6df1a0c206b2f2f979f15b2619a6e221ff39019 (diff)
downloadacf-apk-tools-b1d62376783a9b449ad13c5000f35eaa9a87662c.tar.bz2
acf-apk-tools-b1d62376783a9b449ad13c5000f35eaa9a87662c.tar.xz
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.HEADmaster
Diffstat (limited to 'apk-loaded-html.lsp')
-rw-r--r--apk-loaded-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apk-loaded-html.lsp b/apk-loaded-html.lsp
index 1388ae2..18bf3c6 100644
--- a/apk-loaded-html.lsp
+++ b/apk-loaded-html.lsp
@@ -20,9 +20,9 @@
<TR>
<% if viewlibrary.check_permission("delete") then %>
<TD style="padding-right:20px;white-space:nowrap;">
- <%= html.link{value = "delete?package=" .. packagetable.name, label="Delete "} %>
+ <%= html.link{value = "delete?package=" .. packagetable.name.."&redir=loaded&submit=true", label="Delete "} %>
<% if viewlibrary.check_permission("upgrade") and packagetable.upgrade then %>
- <%= html.link{value = "upgrade?package=" .. packagetable.name, label="Upgrade "} %>
+ <%= html.link{value = "upgrade?package=" .. packagetable.name.."&redir=loaded&submit=true", label="Upgrade "} %>
<% end %>
</TD>
<% end %>