summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/deploy_zone-import.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-12-30 19:20:08 -0800
committerIvan Kohler <ivan@freeside.biz>2014-12-30 19:20:08 -0800
commit46ba9270a226ef01d0c29635373aef09ae42d372 (patch)
tree3390c194da03f0410d6df857e5921bf5d8feff4a /httemplate/misc/process/deploy_zone-import.html
parent495dfb1c34659d1b557bd619bb213a193b410a33 (diff)
parentf041c3f6e17bdacf8ad6b0da87342ef84e7db404 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/process/deploy_zone-import.html')
-rw-r--r--httemplate/misc/process/deploy_zone-import.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/process/deploy_zone-import.html b/httemplate/misc/process/deploy_zone-import.html
new file mode 100644
index 000000000..a0f1717c5
--- /dev/null
+++ b/httemplate/misc/process/deploy_zone-import.html
@@ -0,0 +1,9 @@
+<% $server->process %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Import');
+
+my $server = new FS::UI::Web::JSRPC 'FS::deploy_zone::process_batch_import', $cgi;
+
+</%init>