summaryrefslogtreecommitdiffstats
path: root/rrdtool-listrrd-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-04-17 00:27:57 +0000
committerTed Trask <ttrask01@yahoo.com>2014-04-17 00:27:57 +0000
commita9168ab7089d89c965696c139d6dc27e653e775c (patch)
tree8dd3fe342c95278b4f2f90dc2f27e46869d2c0c9 /rrdtool-listrrd-html.lsp
parent8214b8f27def51f43d72bc04271b16d1a7b2e0df (diff)
downloadacf-rrdtool-master.tar.bz2
acf-rrdtool-master.tar.xz
Started changes to use new htmlviewfunctions functionsHEADmaster
Diffstat (limited to 'rrdtool-listrrd-html.lsp')
-rw-r--r--rrdtool-listrrd-html.lsp9
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 %>
-