diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-11-07 17:33:44 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-07 17:33:44 -0800 |
commit | eb0ec87d37ee1548e93e35e80dfad47f48cb7563 (patch) | |
tree | 837e3c89ab4faac2bb3b7650bee8a76fda48eb72 /httemplate/search/report_prospect_main.html | |
parent | fa70a92d28794ffd206394c8f3a4eff669369c6d (diff) |
add advertising source selection and display to prospect report
Diffstat (limited to 'httemplate/search/report_prospect_main.html')
-rw-r--r-- | httemplate/search/report_prospect_main.html | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/httemplate/search/report_prospect_main.html b/httemplate/search/report_prospect_main.html index 4834c2047..f2e617f88 100644 --- a/httemplate/search/report_prospect_main.html +++ b/httemplate/search/report_prospect_main.html @@ -1,4 +1,4 @@ -<% include('/elements/header.html', 'Prospect Report' ) %> +<& /elements/header.html, 'Prospect Report' &> <FORM ACTION="prospect_main.html" METHOD="GET"> @@ -8,11 +8,16 @@ <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH> </TR> - <% include( '/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), - 'disable_empty' => 0, - ) - %> + <& /elements/tr-select-agent.html, + 'curr_value' => scalar($cgi->param('agentnum')), + 'disable_empty' => 0, + &> + + <& /elements/tr-select-part_referral.html, + 'curr_value' => scalar($cgi->param('refnum')), + 'empty_label' => 'all', + 'disable_empty' => 0, + &> </TABLE> @@ -21,7 +26,7 @@ </FORM> -<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> die "access denied" |