diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-07-17 19:18:12 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-07-17 19:18:12 -0700 |
commit | 6f58ae775b905cd462dd0faafee95973414a45d2 (patch) | |
tree | 41b82d3dfc8d4fbfaacb78b01b19620591ee5587 /httemplate/search/report_prospect_main.html | |
parent | f1a8960924a076c978bb28d6a3ca241e62438950 (diff) |
4.x style reports
Diffstat (limited to 'httemplate/search/report_prospect_main.html')
-rw-r--r-- | httemplate/search/report_prospect_main.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/httemplate/search/report_prospect_main.html b/httemplate/search/report_prospect_main.html index f2e617f88..cfaf3aa5d 100644 --- a/httemplate/search/report_prospect_main.html +++ b/httemplate/search/report_prospect_main.html @@ -2,11 +2,8 @@ <FORM ACTION="prospect_main.html" METHOD="GET"> - <TABLE BGCOLOR="#cccccc" CELLSPACING=0> - - <TR> - <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH> - </TR> + <FONT CLASS="fsinnerbox-title"><% emt('Search options') %></FONT> + <TABLE CLASS="fsinnerbox"> <& /elements/tr-select-agent.html, 'curr_value' => scalar($cgi->param('agentnum')), |