summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-02-25 09:11:22 +0000
committerTed Trask <ttrask01@yahoo.com>2011-02-25 09:11:22 +0000
commit57d1ccf181445e26b16d484dfdf0cc59e0f310c9 (patch)
tree7c10e549d1011bd8d1d01b2689178cc524644028 /app
parent33abe06d2eaddcbbd1d0a9ac853a25666ea5af45 (diff)
downloadacf-core-57d1ccf181445e26b16d484dfdf0cc59e0f310c9.tar.bz2
acf-core-57d1ccf181445e26b16d484dfdf0cc59e0f310c9.tar.xz
Added startstop to default status page
Diffstat (limited to 'app')
-rw-r--r--app/status-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/status-html.lsp b/app/status-html.lsp
index d5a1043..37ce504 100644
--- a/app/status-html.lsp
+++ b/app/status-html.lsp
@@ -26,3 +26,7 @@ if not (data.value.version and data.value.version.errtxt) and data.value.autosta
<input class='submit' type='submit' value='Enable'></form></DD>
<% end %>
</DL>
+
+<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("startstop") then
+ viewlibrary.dispatch_component("startstop")
+end %>