1 <% include('/elements/header.html', 'Prospect Report' ) %>
3 <FORM ACTION="prospect_main.html" METHOD="GET">
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
8 <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
11 <% include( '/elements/tr-select-agent.html',
12 'curr_value' => scalar($cgi->param('agentnum')),
20 <INPUT TYPE="submit" VALUE="Get Report">
24 <% include('/elements/footer.html') %>
28 unless $FS::CurrentUser::CurrentUser->access_right('List prospects');
30 my $conf = new FS::Conf;