summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-03-02 13:49:36 +0200
committerTimo Teräs <timo.teras@iki.fi>2011-03-02 13:49:36 +0200
commit3127272ca5155b35aed965b033b16716417a6d90 (patch)
tree17fe1d53b423d3304115a804d76a7af96cf6ae8e
parent57d1ccf181445e26b16d484dfdf0cc59e0f310c9 (diff)
downloadacf-core-3127272ca5155b35aed965b033b16716417a6d90.tar.bz2
acf-core-3127272ca5155b35aed965b033b16716417a6d90.tar.xz
expert page: remove start/stop control panel
-rw-r--r--app/expert-html.lsp10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/expert-html.lsp b/app/expert-html.lsp
index b54ff4e..f763422 100644
--- a/app/expert-html.lsp
+++ b/app/expert-html.lsp
@@ -1,18 +1,8 @@
<% local form, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
-<% displaycommandresults({"startstop"}, session) %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("status")
-end %>
-
<%
local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1")
local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp")
func(form, viewlibrary, page_info, session)
%>
-
-<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("startstop") then
- viewlibrary.dispatch_component("startstop")
-end %>