X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_svc_acct.html;h=711905ac5e61a58cc96ed836e9b54660c54fcb1b;hp=f5a0ff903e2cc31981c145579f92bf817eccc2d2;hb=4639e25a658d9a0bf295415642fae8e8cdad846a;hpb=5e05724a635a22776f1b973f5d7e77989da4e048 diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html index f5a0ff903..711905ac5 100755 --- a/httemplate/search/report_svc_acct.html +++ b/httemplate/search/report_svc_acct.html @@ -1,17 +1,25 @@ -<% include('/elements/header.html', 'Account Report' ) %> +<& /elements/header.html, $title &>
+ - + <% emt('Search options') %> +
- - - - <% include( '/elements/tr-select-agent.html', - ($cgi->param('agentnum') || ''), - ) - %> +% unless ( $custnum ) { + <& /elements/tr-select-agent.html, + 'curr_value' => scalar( $cgi->param('agentnum') ), + 'disable_empty' => 0, + &> + +% # just this customer's domains? + <& /elements/tr-select-domain.html, + 'element_name' => 'domsvc', + 'curr_value' => scalar( $cgi->param('domsvc') ), + 'disable_empty' => 0, + &> +% }
Search options