From 5d6d38f2f30568c88d016c66e33add32ec562bb1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Jun 2011 12:44:37 +0000 Subject: Fixed bug with package install and autostart forms not working --- app/status-html.lsp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/status-html.lsp b/app/status-html.lsp index 1f5e1f8..5518c04 100644 --- a/app/status-html.lsp +++ b/app/status-html.lsp @@ -14,7 +14,8 @@ displayitem(data.value.version) if data.value.version and data.value.version.errtxt and viewlibrary.check_permission("apk-tools/apk/install") then %>
Install package
-
+
" method="POST"> +
<% end @@ -23,7 +24,9 @@ displayitem(data.value.autostart) if not (data.value.version and data.value.version.errtxt) and data.value.autostart and data.value.autostart.errtxt and viewlibrary.check_permission("alpine-baselayout/rc/edit") then %>
Enable autostart
-
+
" method="POST"> + +
<% end %> -- cgit v1.2.3