From b4aea58e0d04ff1930397e0f96ecdc50748b748b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 19 Jan 2015 02:29:29 -0800 Subject: import package definitions, RT#32639 --- httemplate/misc/process/part_pkg-import.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 httemplate/misc/process/part_pkg-import.html (limited to 'httemplate/misc/process') diff --git a/httemplate/misc/process/part_pkg-import.html b/httemplate/misc/process/part_pkg-import.html new file mode 100644 index 000000000..f951a21c3 --- /dev/null +++ b/httemplate/misc/process/part_pkg-import.html @@ -0,0 +1,10 @@ +<% $server->process %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Import'); + +my $server = + new FS::UI::Web::JSRPC 'FS::part_pkg::Import::process_batch_import', $cgi; + + -- cgit v1.2.1