summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/cust_bill.html')
-rwxr-xr-xhttemplate/search/cust_bill.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html
index 4adb40e4a..36e8bc91b 100755
--- a/httemplate/search/cust_bill.html
+++ b/httemplate/search/cust_bill.html
@@ -2,11 +2,11 @@
<HEAD>
<TITLE>Invoice Search</TITLE>
</HEAD>
- <BODY>
- <CENTER>
- <H1>Invoice Search</H1>
- </CENTER>
- <HR>
+ <BODY BGCOLOR="#e8e8e8">
+ <FONT SIZE=7>
+ Invoice Search
+ </FONT>
+ <BR><BR>
<FORM ACTION="cust_bill.cgi" METHOD="post">
Search for <B>invoice #</B>:
<INPUT TYPE="text" NAME="invnum">
@@ -14,8 +14,6 @@
<P><INPUT TYPE="submit" VALUE="Search">
</FORM>
-
- <HR>
</BODY>
</HTML>