summaryrefslogtreecommitdiffstats
path: root/samba-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 15:00:26 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 15:00:26 +0000
commitf97c66ca16ae848fdee4b35d9f966e28a2767eec (patch)
treedefc4c1525b97d4869f38111f86f05af58274aa5 /samba-listfiles-html.lsp
parent21a6f0f74137c4c2d37cb0102df640485d7a2143 (diff)
downloadacf-samba-f97c66ca16ae848fdee4b35d9f966e28a2767eec.tar.bz2
acf-samba-f97c66ca16ae848fdee4b35d9f966e28a2767eec.tar.xz
Modified for acf-core-0.13.0
Diffstat (limited to 'samba-listfiles-html.lsp')
-rw-r--r--samba-listfiles-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/samba-listfiles-html.lsp b/samba-listfiles-html.lsp
index a4373fc..42887ac 100644
--- a/samba-listfiles-html.lsp
+++ b/samba-listfiles-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<% displaycommandresults({"expert", "startstop"}, session) %>
+<% displaycommandresults({"expert"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -26,7 +26,3 @@ end %>
</TR>
<% end %>
</TABLE></DL>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>