diff options
author | ivan <ivan> | 2008-06-05 08:54:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-05 08:54:35 +0000 |
commit | 3ec524908776eb164b7613880238693007a8b4a7 (patch) | |
tree | 7422871da6bd8ce0442126078d440eb486263658 /httemplate/search | |
parent | d7977d0a346e3e5975c44a75b915bb437be66f4f (diff) |
minor invoice report UI
Diffstat (limited to 'httemplate/search')
-rw-r--r-- | httemplate/search/report_cust_bill.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index 892f5c4d9..e82ff3453 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -1,9 +1,10 @@ -<% include('/elements/header.html', 'Invoice report criteria' ) %> +<% include('/elements/header.html', 'Invoice Report' ) %> <FORM ACTION="cust_bill.html" METHOD="GET"> <INPUT TYPE="hidden" NAME="magic" VALUE="_date"> -<TABLE> +<TABLE BGCOLOR="#cccccc" CELLSPACING=0 + <% include( '/elements/tr-select-agent.html', 'curr_value' => scalar( $cgi->param('agentnum') ), 'label' => 'Invoices for agent: ', |