From: Mark Wells Date: Fri, 30 Dec 2016 21:22:43 +0000 (-0800) Subject: fix "Create map" form submission, #73266 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=cf9e2c1748c2790e3ed5bfb27ea892a402fcb9a9 fix "Create map" form submission, #73266 --- diff --git a/httemplate/search/sector.html b/httemplate/search/sector.html index 037df10ea..f93264907 100644 --- a/httemplate/search/sector.html +++ b/httemplate/search/sector.html @@ -59,19 +59,20 @@ % $text = 'Reprocess'; % }
- - <& /elements/progress-init.html, - 'create_'.$sectornum, - [ 'sectornum' ], - $fsurl.'misc/sector-create_map.html', - { 'message' => 'Map generated', - 'url' => $cgi->self_url }, - "sector$sectornum" - &> - - <% $text %> - -% } + + <& /elements/progress-init.html, + 'create_'.$sectornum, + [ 'sectornum' ], + $fsurl.'misc/sector-create_map.html', + { 'message' => 'Map generated', + 'url' => $cgi->self_url }, + "sector$sectornum" + &> + + <% $text %> + +
+% } # if @need_fields % if ( length($sector->image) > 0 ) {