[freeside-commits] branch FREESIDE_3_BRANCH updated. 34b6146b716903b4a4f437c95a8e403c44ba0241
Ivan
ivan at 420.am
Fri Mar 21 16:14:30 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 34b6146b716903b4a4f437c95a8e403c44ba0241 (commit)
from 23e8f4d6bcd1e7859600ce5791363e439739bce0 (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 34b6146b716903b4a4f437c95a8e403c44ba0241
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Mar 21 16:14:29 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