summaryrefslogtreecommitdiffstats
path: root/tcpproxy-smtpstatus-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-08-15 15:18:17 +0000
committerTed Trask <ttrask01@yahoo.com>2012-08-15 15:18:17 +0000
commite42362126dc747578a9a2537b6e5ebc4dac99acf (patch)
tree7beda155ec6759da0c6549835afd8ff233cff619 /tcpproxy-smtpstatus-html.lsp
parent52300c938f0a6f832ad0e30e1c5cad1d7338f16c (diff)
downloadacf-tcpproxy-e42362126dc747578a9a2537b6e5ebc4dac99acf.tar.bz2
acf-tcpproxy-e42362126dc747578a9a2537b6e5ebc4dac99acf.tar.xz
Removed calls to redirect_to_referrer and fixed smtpstatus
Diffstat (limited to 'tcpproxy-smtpstatus-html.lsp')
-rw-r--r--tcpproxy-smtpstatus-html.lsp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tcpproxy-smtpstatus-html.lsp b/tcpproxy-smtpstatus-html.lsp
index da66729..b0e4060 100644
--- a/tcpproxy-smtpstatus-html.lsp
+++ b/tcpproxy-smtpstatus-html.lsp
@@ -10,7 +10,10 @@ require("htmlviewfunctions")
<% htmlviewfunctions.displayitem(view.value.version)
if view.value.version and view.value.version.errtxt and viewlibrary.check_permission("apk-tools/apk/install") then
%>
- <a href="<%= html.html_escape(page_info.script .. "/apk-tools/apk/install?submit=true&package="..view.value.version.name) %>">Install</a>
+ <DT>Install package</DT>
+ <DD><form action="<%= html.html_escape(page_info.script .. "/apk-tools/apk/install") %>" method="POST">
+ <input type='hidden' name='package' value='<%= html.html_escape(view.value.version.name) %>'>
+ <input class='submit' type='submit' name='submit' value='Install'></form></DD>
<% end %>
</DL>