diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-04-17 00:27:57 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-04-17 00:27:57 +0000 |
commit | a9168ab7089d89c965696c139d6dc27e653e775c (patch) | |
tree | 8dd3fe342c95278b4f2f90dc2f27e46869d2c0c9 /rrdtool-listrrd-html.lsp | |
parent | 8214b8f27def51f43d72bc04271b16d1a7b2e0df (diff) | |
download | acf-rrdtool-a9168ab7089d89c965696c139d6dc27e653e775c.tar.bz2 acf-rrdtool-a9168ab7089d89c965696c139d6dc27e653e775c.tar.xz |
Diffstat (limited to 'rrdtool-listrrd-html.lsp')
-rw-r--r-- | rrdtool-listrrd-html.lsp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rrdtool-listrrd-html.lsp b/rrdtool-listrrd-html.lsp index cee087c..c9aaf24 100644 --- a/rrdtool-listrrd-html.lsp +++ b/rrdtool-listrrd-html.lsp @@ -84,12 +84,3 @@ function javascript_confirm_demo(formID,filename) { </tr> <% end %> </tbody></table> - -<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("newfile") then - local newfileform = viewlibrary.dispatch_component("newfile", nil, true) %> -<h2>Create new Domain</h2> -<% - newfileform.action = page_info.script .. page_info.prefix .. page_info.controller .. "/newfile" - htmlviewfunctions.displayform(newfileform) -end %> - |