X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_contact.html;h=048fefb7a2f98d1cec7ba627a77400fd5a16a000;hb=7ecaf988ed810746534bf85abde34022f2b5d6b2;hp=3583bb428de86d97fbee95f38e9eb8b67e28bb1e;hpb=5499e8e571862b071e1b072a017aba16636ea34b;p=freeside.git diff --git a/httemplate/search/report_contact.html b/httemplate/search/report_contact.html index 3583bb428..048fefb7a 100644 --- a/httemplate/search/report_contact.html +++ b/httemplate/search/report_contact.html @@ -10,17 +10,34 @@ 'disable_empty' => 0, &> +% # Selecting contacts and prospects at the same time has been sacrificed +% # for agent virtualization <& /elements/tr-select.html, - 'label' => 'Contact source', #??? not "type" - contacts have a type + 'label' => 'Contact source:', 'field' => 'link', - 'options' => [ 'prospect_main', 'cust_main', '' ], + 'options' => [ 'prospect_main', 'cust_main' ], 'labels' => { 'prospect_main' => 'Prospect contacts', 'cust_main' => 'Customer contacts', - '' => 'All contacts', }, 'curr_value' => scalar( $cgi->param('link') ), &> + <& /elements/tr-checkbox-multiple.html, + label => emt('Destinations').':', + field => 'dest', + options => [ 'message', 'invoice' ], + labels => { + invoice => 'Invoice recipients', + message => 'Message recipients', + }, + value => { message => 1 }, + &> + + <& /elements/tr-select-multiple-contact_class.html, + label => emt('Contact Type').':', + field => 'classnum', + &> +