From 34b6146b716903b4a4f437c95a8e403c44ba0241 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 21 Mar 2014 16:14:29 -0700 Subject: [PATCH] UI for $24246 --- httemplate/graph/report_cust_signup.html | 30 ++++++++++++++++++++---------- 1 file 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' &>
- +
-<% include('/elements/tr-select-from_to.html' ) %> + + + + +<& /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)', - ) -%> +&> + + + + + + + + <& /elements/tr-td-label.html, label => 'Show customer referrals' &>
<% mt('Search options') |h %>
 
<% mt('Display options') |h %>
@@ -33,7 +43,7 @@
-<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> #XXX use a different ACL for package churn? -- 2.11.0