[freeside-commits] branch master updated. b65bbe5e2161ac6dd4e0e8239ccb7249e001639f
Ivan Kohler
ivan at freeside.biz
Wed May 16 22:25:48 PDT 2018
The branch, master has been updated
via b65bbe5e2161ac6dd4e0e8239ccb7249e001639f (commit)
from e95a28ea14289ffcfa652bff9b179d3820b56242 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b65bbe5e2161ac6dd4e0e8239ccb7249e001639f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed May 16 22:25:47 2018 -0700
4.x style
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 ) %>
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/report_cust_event.html | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
More information about the freeside-commits
mailing list