diff options
author | ivan <ivan> | 2007-12-04 20:51:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-04 20:51:51 +0000 |
commit | 948b8acdd4b9b3864342062d0c397a11f57c5700 (patch) | |
tree | 4d39e731e1a46f062a143d448793e6ffbd9d598c /httemplate/search/report_cust_credit.html | |
parent | 76c7355b1f97f99b5a3f673cf72429761924ee31 (diff) |
add some time-worked reporting
Diffstat (limited to 'httemplate/search/report_cust_credit.html')
-rw-r--r-- | httemplate/search/report_cust_credit.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index 0490f4323..be02e9fbd 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -4,18 +4,12 @@ <INPUT TYPE="hidden" NAME="magic" VALUE="_date"> <TABLE> - <TR> - <TD ALIGN="right">Credits by employee: </TD> - - <TD> - <SELECT NAME="otaker"> - <OPTION VALUE="">all</OPTION> -% foreach my $otaker ( @otakers ) { - <OPTION VALUE="<% $otaker %>"><% $otaker %></OPTION> -% } - </SELECT> - </TD> - </TR> + + <% include( '/elements/tr-select-otaker.html', + 'label' => 'Credits by employee: ', + 'otakers' => \@otakers, + ) + %> <% include( '/elements/tr-select-agent.html', 'curr_value' => scalar( $cgi->param('agentnum') ), |