diff options
author | ivan <ivan> | 2008-06-05 08:54:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-05 08:54:36 +0000 |
commit | e3ad34494c5688e6542d405e84293f686a6fffd6 (patch) | |
tree | baec80857897c541d138c848c8ade31678a7bbc8 | |
parent | c2f5b6b184a446069c67b2d33ceef00ef50507c4 (diff) |
minor invoice report UI
-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 d6848921e..e551c8e9e 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', ($cgi->param('agentnum') || ''), 'label' => 'Invoices for agent: ', |