diff options
author | jeff <jeff> | 2007-11-28 18:49:20 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-11-28 18:49:20 +0000 |
commit | d5967ae3ecfdb0bb1ead8176cfb2760a65c51f2d (patch) | |
tree | 55068e68f1107ce5e731a883b79cd370696a5587 /httemplate/search/report_cust_main.html | |
parent | b0810e3538c41c723ae47b982a2e87944be828e0 (diff) |
advanced customer report rearrangement
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index f32c3aa18..57b84cb37 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -35,6 +35,15 @@ <TD><INPUT TYPE="checkbox" NAME="cancelled_pkgs"></TD> </TR> + <TR> + <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH> + </TR> + <% include( '/elements/tr-select-cust-fields.html' ) %> + + <TR> + <TD ALIGN="right" VALIGN="center">Add package columns</TD> + <TD><INPUT TYPE="checkbox" NAME="flattened_pkgs"></TD> + </TR> </TABLE> <BR> |