summaryrefslogtreecommitdiff
path: root/httemplate/search/report_svc_acct.html
diff options
context:
space:
mode:
authorivan <ivan>2009-01-24 21:04:17 +0000
committerivan <ivan>2009-01-24 21:04:17 +0000
commit6c4d9632f4d5cd1164ab9183932fbdf9137945aa (patch)
tree78c627ac8f58231decd7a3f3e1e4df0dc2f6f62a /httemplate/search/report_svc_acct.html
parenta288c2733ae05f04af707133671e79f32efd9eb2 (diff)
add domain selection to advanced account report (side effect on RT#4623)
Diffstat (limited to 'httemplate/search/report_svc_acct.html')
-rwxr-xr-xhttemplate/search/report_svc_acct.html13
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');