From 93d0e53bc384255e46c379e211957e984fc5f8fb Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 18 Jun 2009 11:07:20 +0000 Subject: Removed non-functioning Run and Test buttons from startstop. --- fetchmail-startstop-html.lsp | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) mode change 100644 => 120000 fetchmail-startstop-html.lsp (limited to 'fetchmail-startstop-html.lsp') diff --git a/fetchmail-startstop-html.lsp b/fetchmail-startstop-html.lsp deleted file mode 100644 index 9454c5c..0000000 --- a/fetchmail-startstop-html.lsp +++ /dev/null @@ -1,30 +0,0 @@ -<% local data, viewlibrary, page_info = ... %> - -

Management

- -<% if data.value.result then %> -

Previous action result

-<% if data.value.result.value ~= "" then %> -

<%= string.gsub(html.html_escape(data.value.result.value), "\n", "
") %>

-<% end if data.value.result.errtxt then %> -

<%= string.gsub(html.html_escape(data.value.result.errtxt), "\n", "
") %>

-<% end end %> - -
-
" method="POST"> -
Program control-panel
-
- - - -
-
Run once
-
- -
-
Test
-
- -
-
-
diff --git a/fetchmail-startstop-html.lsp b/fetchmail-startstop-html.lsp new file mode 120000 index 0000000..0ea2627 --- /dev/null +++ b/fetchmail-startstop-html.lsp @@ -0,0 +1 @@ +../startstop-html.lsp \ No newline at end of file -- cgit v1.2.3