From 266a41d2ab09e71b56aa888982e16fd09db877dc Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 24 Feb 2011 17:15:04 +0100 Subject: Showing a button instead of url when user gets the chance to enable autostart for a program. --- app/status-html.lsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/status-html.lsp b/app/status-html.lsp index e8f7a15..c452c72 100644 --- a/app/status-html.lsp +++ b/app/status-html.lsp @@ -19,6 +19,8 @@ end 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 +
Enable autoastart
+
+
<% end %> -- cgit v1.2.3