summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samba-join-html.lsp6
-rw-r--r--samba-listfiles-html.lsp6
2 files changed, 1 insertions, 11 deletions
diff --git a/samba-join-html.lsp b/samba-join-html.lsp
index df79e93..2c85db6 100644
--- a/samba-join-html.lsp
+++ b/samba-join-html.lsp
@@ -2,8 +2,6 @@
require("viewfunctions")
%>
-<% displaycommandresults({"startstop"}, session) %>
-
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
@@ -15,7 +13,3 @@ end %>
local order = {"domain", "login", "password"}
displayform(form, order)
%>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>
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 %>