diff options
author | ivan <ivan> | 2008-03-26 02:21:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-26 02:21:23 +0000 |
commit | e20fe4173471fa7e80d3e0d66dd60eb01c581d1d (patch) | |
tree | f0153f6450cc35e3b65f05bead1b2a40f2c0f2fa /httemplate/search/report_cust_main.html | |
parent | ff9bbd7beaa293463e0bc1a1c052a84da051e5f2 (diff) |
UI nit: separate search & display options
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 758c26923..41266ae0a 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -49,6 +49,10 @@ </TR> <TR> + <TH BGCOLOR="#e8e8e8" COLSPAN=2> </TH> + </TR> + + <TR> <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH> </TR> <% include( '/elements/tr-select-cust-fields.html' ) %> |