diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-05-16 22:25:51 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-05-16 22:25:51 -0700 |
| commit | 665b9fb38af2b1309efb91faf863643b1972dc29 (patch) | |
| tree | cd42e337170cf71ca4b603621df6293842f3aa3e | |
| parent | 157850cc49967e28ab6b3a052581737bc58c0e0d (diff) | |
4.x style
| -rw-r--r-- | httemplate/search/report_cust_event.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/search/report_cust_event.html b/httemplate/search/report_cust_event.html index d020de9fc..84eb45f96 100644 --- a/httemplate/search/report_cust_event.html +++ b/httemplate/search/report_cust_event.html @@ -5,11 +5,9 @@ %> <FORM ACTION="cust_event.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"> <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> |
