X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fsearch%2Freport_contact.html;h=048fefb7a2f98d1cec7ba627a77400fd5a16a000;hb=7b0bbc4117a7959b9f7b7b2cf999b8188ba34160;hp=ba91b4e7e1222059444a87e91ab509894319b2e3;hpb=e803d5f00368e951f7a4b82d5d390b53c4a6c827;p=freeside.git diff --git a/httemplate/search/report_contact.html b/httemplate/search/report_contact.html index ba91b4e7e..048fefb7a 100644 --- a/httemplate/search/report_contact.html +++ b/httemplate/search/report_contact.html @@ -10,19 +10,31 @@ '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 => 'Contact Type', + label => emt('Contact Type').':', field => 'classnum', &>