X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=0ef5a5196b30eb1f60931436eff85e7552abf5ac;hb=f0749e294656ac2615edaa59bbdb850eb3d20544;hp=672117499f916f2e2cfbf89a68162db580f4545a;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 672117499..0ef5a5196 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -1,4 +1,4 @@ -<% include('/elements/header.html', 'Customer Report' ) %> +<& /elements/header.html, mt('Customer Report') &>
@@ -6,66 +6,56 @@ - + - <% include( '/elements/tr-select-agent.html', + <& /elements/tr-select-agent.html, 'curr_value' => scalar($cgi->param('agentnum')), 'disable_empty' => 0, - ) - %> + &> - <% include( '/elements/tr-select-cust_main-status.html', - 'label' => 'Status' - ) - %> + <& /elements/tr-select-cust_main-status.html, + 'label' => emt('Status'), + &> - <% include( '/elements/tr-select-cust_class.html', - 'label' => 'Class', + <& /elements/tr-select-cust_class.html, + 'label' => emt('Class'), 'multiple' => 1, - 'pre_options' => [ '' => '(none)' ], + 'pre_options' => [ '' => emt('(none)') ], 'all_selected' => 1, - ) - %> + &> - + -% foreach my $field (qw( signupdate )) { - - - + + - - -% } + - <% include( '/elements/tr-select-cust_tag.html', - 'cgi' => $cgi, - 'is_report' => 1, + <& /elements/tr-select-cust_tag.html, + 'cgi' => $cgi, + 'is_report' => 1, 'multiple' => 1, - ) - %> + &> - <% include( '/elements/tr-select-payby.html', + <& /elements/tr-select-payby.html, 'payby_type' => 'cust', 'multiple' => 1, 'all_selected' => 1, - ) - %> + &> - + - + - <% include( '/elements/tr-input-lessthan_greaterthan.html', - label => 'Current balance', + <& /elements/tr-input-lessthan_greaterthan.html, + label => emt('Current balance'), field => 'current_balance', - ) - %> + &> - + - + % if ( $conf->exists('enable_taxproducts') ) { - + @@ -136,22 +124,22 @@ - + - <% include( '/elements/tr-select-cust-fields.html' ) %> + <& /elements/tr-select-cust-fields.html &> - +
Search options<% mt('Search options') |h %>
Address<% mt('Address') |h %>
<% $label{$field} %>
<% mt('Signup date') |h %> - - <% include( '/elements/tr-input-beginning_ending.html', - prefix => $field, - layout => 'horiz', - ) - %> -
+ + <& /elements/tr-input-beginning_ending.html, + prefix => 'signupdate', + layout => 'horiz', + &> +
Payment expiration before<% mt('Payment expiration before') |h %>
Invoice terms<% mt('Invoice terms') |h %> - <% include( '/elements/select-terms.html', - 'pre_options' => [ '' => 'all' ], + <& /elements/select-terms.html, + 'pre_options' => [ '' => emt('all') ], 'empty_value' => 'NULL', - ) - %> + &>
Include cancelled packages<% mt('Include cancelled packages') |h %>
Without census tract<% mt('Without census tract') |h %>
With hardcoded tax location<% mt('With hardcoded tax location') |h %>
Display options<% mt('Display options') |h %>
Add package columns<% mt('Add package columns') |h %>

- +
-<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> die "access denied" @@ -162,10 +150,3 @@ die "access denied" my $conf = new FS::Conf; -<%once> - -my %label = ( - 'signupdate' => 'Signup date', -); - -