diff options
-rw-r--r-- | httemplate/search/sector.html | 27 |
1 files changed, 14 insertions, 13 deletions
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'; % } <form name="create_<% $sectornum |h %>"> - <input type="hidden" name="sectornum" value="<% $sectornum |h %>"> - <& /elements/progress-init.html, - 'create_'.$sectornum, - [ 'sectornum' ], - $fsurl.'misc/sector-create_map.html', - { 'message' => 'Map generated', - 'url' => $cgi->self_url }, - "sector$sectornum" - &> - <a class="createmap" href="#" onclick="sector<% $sectornum %>process()"> - <% $text %> - </a> -% } + <input type="hidden" name="sectornum" value="<% $sectornum |h %>"> + <& /elements/progress-init.html, + 'create_'.$sectornum, + [ 'sectornum' ], + $fsurl.'misc/sector-create_map.html', + { 'message' => 'Map generated', + 'url' => $cgi->self_url }, + "sector$sectornum" + &> + <a class="createmap" href="#" onclick="sector<% $sectornum %>process()"> + <% $text %> + </a> + </form> +% } # if @need_fields </td> <td> % if ( length($sector->image) > 0 ) { |