summaryrefslogtreecommitdiff
path: root/httemplate/graph
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-21 16:14:29 -0700
committerIvan Kohler <ivan@freeside.biz>2014-03-21 16:14:29 -0700
commit34b6146b716903b4a4f437c95a8e403c44ba0241 (patch)
treec08e4c04b76a855c4f1216b9ceb1ac5892ae8002 /httemplate/graph
parent23e8f4d6bcd1e7859600ce5791363e439739bce0 (diff)
UI for $24246
Diffstat (limited to 'httemplate/graph')
-rw-r--r--httemplate/graph/report_cust_signup.html30
1 files changed, 20 insertions, 10 deletions
diff --git a/httemplate/graph/report_cust_signup.html b/httemplate/graph/report_cust_signup.html
index 12dec8e6a..d4ea8c215 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>&nbsp;</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?