[freeside-commits] branch master updated. 84996f424d915fc7a519c3628707479321c669b2

Ivan ivan at 420.am
Fri Mar 21 16:14:29 PDT 2014


The branch, master has been updated
       via  84996f424d915fc7a519c3628707479321c669b2 (commit)
      from  a855947db4077e6d4bb19b0078bfd488de9994da (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 84996f424d915fc7a519c3628707479321c669b2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 21 16:14:28 2014 -0700

    UI for $24246

diff --git a/httemplate/graph/report_cust_signup.html b/httemplate/graph/report_cust_signup.html
index 12dec8e..d4ea8c2 100644
--- a/httemplate/graph/report_cust_signup.html
+++ b/httemplate/graph/report_cust_signup.html
@@ -1,26 +1,36 @@
-<% include('/elements/header.html', 'Customer Signup Summary' ) %>
+<& /elements/header.html, 'Customer Signup Summary' &>
 
 <FORM ACTION="cust_signup.html" METHOD="GET">
 
-<TABLE>
+<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
 
-<% include('/elements/tr-select-from_to.html' ) %>
+<TR>
+  <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1"><% mt('Search options') |h %></FONT></TH>
+</TR>
+
+<& /elements/tr-select-from_to.html &>
 
-<% include('/elements/tr-select-agent.html',
+<& /elements/tr-select-agent.html,
              'curr_value'    => scalar($cgi->param('agentnum')),
              'label'         => 'For agent: ',
              'disable_empty' => 0,
-          )
-%>
+&>
 
-<% include('/elements/tr-select-part_referral.html',
+<& /elements/tr-select-part_referral.html,
              'curr_value'    => scalar($cgi->param('refnum')),
              'label'         => 'Advertising source: ',
              'disable_empty' => 0,
              'pre_options'   => [ 'all' => 'all (aggregate)' ],
              'empty_label'   => 'all (breakdown)',
-          )
-%>
+&>
+
+<TR>
+  <TH CLASS="background" COLSPAN=2> </TH>
+</TR>
+
+<TR>
+  <TH CLASS="background" COLSPAN=2 ALIGN="left"><FONT SIZE="+1"><% mt('Display options') |h %></FONT></TH>
+</TR>
 
 <& /elements/tr-td-label.html, label => 'Show customer referrals' &>
 <TD>
@@ -33,7 +43,7 @@
 <BR><INPUT TYPE="submit" VALUE="Display">
 </FORM>
 
-<% include('/elements/footer.html') %>
+<& /elements/footer.html &>
 <%init>
 
 #XXX use a different ACL for package churn?

-----------------------------------------------------------------------

Summary of changes:
 httemplate/graph/report_cust_signup.html |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)




More information about the freeside-commits mailing list