From e740bc9cd4a3f8513093958a82252a5d32203edb Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 16 Jan 2009 21:24:16 +0000 Subject: Tested by removing expected packages, files, and directories. Fixed resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/tcpproxy/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed --- tcpproxy-smtpstatus-html.lsp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tcpproxy-smtpstatus-html.lsp') diff --git a/tcpproxy-smtpstatus-html.lsp b/tcpproxy-smtpstatus-html.lsp index 3a46b19..0e3384f 100644 --- a/tcpproxy-smtpstatus-html.lsp +++ b/tcpproxy-smtpstatus-html.lsp @@ -7,7 +7,11 @@ require("viewfunctions")

SMTP Proxy Status

-<% displayitem(view.value.version) %> +<% displayitem(view.value.version) +if view.value.version and view.value.version.errtxt and session.permissions.apk and session.permissions.apk.install then +%> + Install +<% end %>
<% if viewlibrary and viewlibrary.dispatch_component then -- cgit v1.2.3