X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_svc_acct.html;h=3b8e464486652f9a8dd39d673a07d4364eeb7951;hp=c7fac46314f59f65f3bb2ef75b4a0240d09f47ec;hb=7b0bbc4117a7959b9f7b7b2cf999b8188ba34160;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html index c7fac4631..3b8e46448 100755 --- a/httemplate/search/report_svc_acct.html +++ b/httemplate/search/report_svc_acct.html @@ -1,29 +1,24 @@ -<% include('/elements/header.html', $title ) %> +<& /elements/header.html, $title &>
- - - - - + <% emt('Search options') %> +
Search options
% unless ( $custnum ) { - <% include( '/elements/tr-select-agent.html', + <& /elements/tr-select-agent.html, 'curr_value' => scalar( $cgi->param('agentnum') ), 'disable_empty' => 0, - ) - %> + &> % # just this customer's domains? - <% include( '/elements/tr-select-domain.html', + <& /elements/tr-select-domain.html, 'element_name' => 'domsvc', 'curr_value' => scalar( $cgi->param('domsvc') ), 'disable_empty' => 0, - ) - %> + &> % }