From ac3296dc4d9c1c7ff3646df6496a4f49d9e07b9b Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Fri, 14 Jun 2019 21:38:46 -0400 Subject: RT# 83450 - added location to virtual ap and added script to force update of all virtual ap --- httemplate/edit/part_export.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'httemplate/edit/part_export.cgi') diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index f8a46c7..30e4218 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -296,7 +296,7 @@ my $widget = new HTML::Widgets::SelectLayers( $html .= '' . include('/elements/progress-init.html', $part_export->exporttype, - [ $script.'_exportnum', $script.'_script' ], + [ $script.'_exportnum' ], rooturl().'view/svc_export/run_script.cgi', { 'error_url' => rooturl().$exports->{$layer}{scripts}{$script}->{error_url}."exportnum=".$part_export->{Hash}->{exportnum}, @@ -307,7 +307,6 @@ my $widget = new HTML::Widgets::SelectLayers( $script, ) . ' - '.$exports->{$layer}{scripts}{$script}->{html_label}.''; } -- cgit v1.1