UI for $24246
authorIvan Kohler <ivan@freeside.biz>
Fri, 21 Mar 2014 23:14:29 +0000 (16:14 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 21 Mar 2014 23:14:29 +0000 (16:14 -0700)
httemplate/graph/report_cust_signup.html

index 12dec8e..d4ea8c2 100644 (file)
@@ -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?