diff options
Diffstat (limited to 'httemplate/search/report_svc_acct.html')
| -rwxr-xr-x | httemplate/search/report_svc_acct.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html index e76325160..59fd1f8b3 100755 --- a/httemplate/search/report_svc_acct.html +++ b/httemplate/search/report_svc_acct.html @@ -8,12 +8,21 @@ <TR> <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH> </TR> + <% include( '/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), + 'curr_value' => scalar( $cgi->param('agentnum') ), 'disable_empty' => 0, - ) + ) %> + <% include( '/elements/tr-select-domain.html', + 'element_name' => 'domsvc', + 'curr_value' => scalar( $cgi->param('domsvc') ), + 'disable_empty' => 0, + ) + %> + + <SCRIPT type="text/javascript"> function toggle(what) { label = document.getElementById (what + '_label'); |
