diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-02-25 09:11:22 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-02-25 09:11:22 +0000 |
commit | 57d1ccf181445e26b16d484dfdf0cc59e0f310c9 (patch) | |
tree | 7c10e549d1011bd8d1d01b2689178cc524644028 | |
parent | 33abe06d2eaddcbbd1d0a9ac853a25666ea5af45 (diff) | |
download | acf-core-57d1ccf181445e26b16d484dfdf0cc59e0f310c9.tar.bz2 acf-core-57d1ccf181445e26b16d484dfdf0cc59e0f310c9.tar.xz |
Added startstop to default status page
-rw-r--r-- | app/status-html.lsp | 4 |
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 %> |