<& /elements/header.html, mt($title) &>
<& /elements/tr-select-agent.html, 'curr_value' => scalar( $cgi->param('agentnum') ), 'label' => emt('Contacts for agent: '), 'disable_empty' => 0, &> <& /elements/tr-select.html, 'label' => 'Contact source', #??? not "type" - contacts have a type 'field' => 'link', 'options' => [ 'prospect_main', 'cust_main', '' ], 'labels' => { 'prospect_main' => 'Prospect contacts', 'cust_main' => 'Customer contacts', '' => 'All contacts', }, 'curr_value' => scalar( $cgi->param('link') ), &> <& /elements/tr-select-multiple-contact_class.html, label => 'Contact Type', field => 'classnum', &>

<& /elements/footer.html &> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('List contacts'); my $conf = new FS::Conf; my $title = 'Contact Report';