diff options
author | ivan <ivan> | 2004-09-22 11:28:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-09-22 11:28:13 +0000 |
commit | 470c3559d5077d2db4779610bbd798d58eaec27f (patch) | |
tree | f7b141a993ffcb138658d8ad009e404d448bd379 | |
parent | 657742d1118c350120ecac455ae013f1deed5b83 (diff) |
add missing <TR> tags
-rwxr-xr-x | httemplate/search/cust_bill_event.html | 1 | ||||
-rw-r--r-- | httemplate/search/report_cust_credit.html | 1 | ||||
-rw-r--r-- | httemplate/search/report_cust_pay.html | 1 | ||||
-rwxr-xr-x | httemplate/search/report_tax.html | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index e0878e497..cd96ddf51 100755 --- a/httemplate/search/cust_bill_event.html +++ b/httemplate/search/cust_bill_event.html @@ -34,6 +34,7 @@ }); </SCRIPT> </TR> + <TR> <TD ALIGN="right">To: </TD> <TD><INPUT TYPE="text" NAME="ending" ID="ending_text" VALUE="" SIZE=11 MAXLENGTH=10> <IMG SRC="../images/calendar.png" ID="ending_button" STYLE="cursor: pointer" TITLE="Select date"><BR><i>m/d/y</i></TD> <SCRIPT TYPE="text/javascript"> diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index 8a0f0ed7b..ceffca75d 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -39,6 +39,7 @@ }); </SCRIPT> </TR> + <TR> <TD ALIGN="right">To: </TD> <TD><INPUT TYPE="text" NAME="ending" ID="ending_text" VALUE="" SIZE=11 MAXLENGTH=10> <IMG SRC="../images/calendar.png" ID="ending_button" STYLE="cursor: pointer" TITLE="Select date"><BR><i>m/d/y</i></TD> <SCRIPT TYPE="text/javascript"> diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 1b30685dc..95198c7b2 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -36,6 +36,7 @@ }); </SCRIPT> </TR> + <TR> <TD ALIGN="right">To: </TD> <TD><INPUT TYPE="text" NAME="ending" ID="ending_text" VALUE="" SIZE=11 MAXLENGTH=10> <IMG SRC="../images/calendar.png" ID="ending_button" STYLE="cursor: pointer" TITLE="Select date"><BR><i>m/d/y</i></TD> <SCRIPT TYPE="text/javascript"> diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index 7bc35e3ed..d217e5671 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -22,6 +22,7 @@ }); </SCRIPT> </TR> + <TR> <TD ALIGN="right">To: </TD> <TD><INPUT TYPE="text" NAME="ending" ID="ending_text" VALUE="" SIZE=11 MAXLENGTH=10> <IMG SRC="../images/calendar.png" ID="ending_button" STYLE="cursor: pointer" TITLE="Select date"><BR><i>m/d/y</i></TD> <SCRIPT TYPE="text/javascript"> |