summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-06-05 08:54:35 +0000
committerivan <ivan>2008-06-05 08:54:35 +0000
commit3ec524908776eb164b7613880238693007a8b4a7 (patch)
tree7422871da6bd8ce0442126078d440eb486263658 /httemplate
parentd7977d0a346e3e5975c44a75b915bb437be66f4f (diff)
minor invoice report UI
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/report_cust_bill.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html
index 892f5c4..e82ff34 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: ',