summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-input-lessthan_greaterthan.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-10-22 04:19:53 -0700
committerIvan Kohler <ivan@freeside.biz>2016-10-22 04:19:53 -0700
commit2d2ba7d543ab88f52a245a8f274950f443c7c3df (patch)
tree9b19ed523b2d8bbcc62a7221cfcc8dcdabe4b99a /httemplate/elements/tr-input-lessthan_greaterthan.html
parent73cc2b38c2743fd4d6f2bd0353f35ebd781f1566 (diff)
4.x style advanced customer search
Diffstat (limited to 'httemplate/elements/tr-input-lessthan_greaterthan.html')
-rw-r--r--httemplate/elements/tr-input-lessthan_greaterthan.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/tr-input-lessthan_greaterthan.html b/httemplate/elements/tr-input-lessthan_greaterthan.html
index 16c2ed9fc..961be5b61 100644
--- a/httemplate/elements/tr-input-lessthan_greaterthan.html
+++ b/httemplate/elements/tr-input-lessthan_greaterthan.html
@@ -1,10 +1,10 @@
<TR>
- <TD ALIGN="right"><% $opt{label} %> less than: </TD>
+ <TH ALIGN="right"><% $opt{label} %> less than: </TH>
<TD><INPUT TYPE="text" NAME="<% $opt{field} %>_lt" SIZE=7></TD>
</TR>
<TR>
- <TD ALIGN="right"><% $opt{label} %> greater than: </TD>
+ <TH ALIGN="right"><% $opt{label} %> greater than: </TH>
<TD><INPUT TYPE="text" NAME="<% $opt{field} %>_gt" SIZE=7></TD>
</TR>