summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 09:41:07 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 09:41:07 +0000
commitb90aa8d83766adc14e0377ff99de05b25c3408f8 (patch)
treec87b2790db3385dad53a7fd44e728c7b41b2763f
parent51b828fd48a12b12640b22ae0d51f005392b5321 (diff)
downloadacf-dansguardian-b90aa8d83766adc14e0377ff99de05b25c3408f8.tar.bz2
acf-dansguardian-b90aa8d83766adc14e0377ff99de05b25c3408f8.tar.xz
Modified for acf-core-0.13.0
-rw-r--r--dansguardian-general-html.lsp6
-rw-r--r--dansguardian-html.lsp6
2 files changed, 1 insertions, 11 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp
index 8f02f07..3adff09 100644
--- a/dansguardian-general-html.lsp
+++ b/dansguardian-general-html.lsp
@@ -3,8 +3,6 @@ require("viewfunctions")
local form, viewlibrary, page_info, session = ...
%>
-<% displaycommandresults({"startstop"}, session) %>
-
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
@@ -61,7 +59,3 @@ The author recommends 50 for "young children", 100 for "older children" and 160
<DL>
<% displayformend(form) %>
</DL>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>
diff --git a/dansguardian-html.lsp b/dansguardian-html.lsp
index d9ac2f5..ccb3274 100644
--- a/dansguardian-html.lsp
+++ b/dansguardian-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<% displaycommandresults({"edit", "startstop"}, session) %>
+<% displaycommandresults({"edit"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -24,7 +24,3 @@ end %>
%>
</TABLE>
</DL>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>