summaryrefslogtreecommitdiffstats
path: root/tcpproxy-smtpstatus-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-05-19 14:48:03 +0000
committerTed Trask <ttrask01@yahoo.com>2012-05-19 14:48:03 +0000
commit52300c938f0a6f832ad0e30e1c5cad1d7338f16c (patch)
tree4ea2d9b69e6cc2442ee33c0f061f726dfdeb5318 /tcpproxy-smtpstatus-html.lsp
parent3e3b57d95cffc81ef56f5458c68998d2ccbf1b59 (diff)
downloadacf-tcpproxy-52300c938f0a6f832ad0e30e1c5cad1d7338f16c.tar.bz2
acf-tcpproxy-52300c938f0a6f832ad0e30e1c5cad1d7338f16c.tar.xz
Fixed Install button on status page
Diffstat (limited to 'tcpproxy-smtpstatus-html.lsp')
-rw-r--r--tcpproxy-smtpstatus-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpproxy-smtpstatus-html.lsp b/tcpproxy-smtpstatus-html.lsp
index a13c132..da66729 100644
--- a/tcpproxy-smtpstatus-html.lsp
+++ b/tcpproxy-smtpstatus-html.lsp
@@ -10,7 +10,7 @@ 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?package="..view.value.version.name) %>">Install</a>
+ <a href="<%= html.html_escape(page_info.script .. "/apk-tools/apk/install?submit=true&package="..view.value.version.name) %>">Install</a>
<% end %>
</DL>