summaryrefslogtreecommitdiffstats
path: root/provisioning-bulkcreatedevices-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2017-06-07 20:45:44 +0000
committerTed Trask <ttrask01@yahoo.com>2017-06-07 20:45:44 +0000
commit230c4ab7b9013ff8c44e957794b9495689bb3554 (patch)
tree48858de4b842d4f00634fe0cb0d5a67aa3abb638 /provisioning-bulkcreatedevices-html.lsp
parent0c9b9057fdcce2d5cfe3c6437c872bf849cb6a89 (diff)
downloadacf-provisioning-230c4ab7b9013ff8c44e957794b9495689bb3554.tar.bz2
acf-provisioning-230c4ab7b9013ff8c44e957794b9495689bb3554.tar.xz
Add bulk HTML action to show available bulk actions
Diffstat (limited to 'provisioning-bulkcreatedevices-html.lsp')
-rw-r--r--provisioning-bulkcreatedevices-html.lsp10
1 files changed, 0 insertions, 10 deletions
diff --git a/provisioning-bulkcreatedevices-html.lsp b/provisioning-bulkcreatedevices-html.lsp
index 17907a6..b0a1a66 100644
--- a/provisioning-bulkcreatedevices-html.lsp
+++ b/provisioning-bulkcreatedevices-html.lsp
@@ -1,6 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
-html = require("acf.html")
%>
<% htmlviewfunctions.displayitem(form, page_info) %>
@@ -10,12 +9,3 @@ html = require("acf.html")
form.value.bulkdevicedata.type="file"
htmlviewfunctions.displayitem(form, page_info)
%>
-
-<%
- local viewtype = cfe({type="hidden", value="stream"})
- if viewlibrary.check_permission("bulkdumprawdevices") then
- htmlviewfunctions.displayitem(cfe({type="form", value={viewtype=viewtype}, label="Bulk Dump Devices", option="Dump", action="bulkdumprawdevices"}), page_info)
- elseif viewlibrary.check_permission("bulkdumpdevices") then
- htmlviewfunctions.displayitem(cfe({type="form", value={viewtype=viewtype}, label="Bulk Dump Devices", option="Dump", action="bulkdumpdevices"}), page_info)
- end
-%>