summaryrefslogtreecommitdiffstats
path: root/fetchmail-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 09:58:18 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 09:58:18 +0000
commit60c339677bf4196d684a05fdfaa3f4535f82e852 (patch)
treece596ad044c8770c7d0ff73b2418907e6a521ec2 /fetchmail-config-html.lsp
parent4b72af5f0679092d3be8dfe70f9bc24171768188 (diff)
downloadacf-fetchmail-60c339677bf4196d684a05fdfaa3f4535f82e852.tar.bz2
acf-fetchmail-60c339677bf4196d684a05fdfaa3f4535f82e852.tar.xz
Modified for acf-core-0.13.0
Diffstat (limited to 'fetchmail-config-html.lsp')
-rw-r--r--fetchmail-config-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp
index 811fd20..9be8300 100644
--- a/fetchmail-config-html.lsp
+++ b/fetchmail-config-html.lsp
@@ -1,7 +1,7 @@
<% local view, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
-<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry", "startstop"}, session) %>
+<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -20,7 +20,3 @@ end %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("listentries")
end %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>