diff options
author | levinse <levinse> | 2011-05-21 18:24:20 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-21 18:24:20 +0000 |
commit | 2db5d3e1c4d5a48ad15b59efd2f66957937421aa (patch) | |
tree | 69922bb7273212dd4c7aa6fd806732cc1c4f5b14 /httemplate/search/report_cust_bill.html | |
parent | ddde2be8e3d2cd0e61da2f68d4c06a6b31c50562 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/search/report_cust_bill.html')
-rw-r--r-- | httemplate/search/report_cust_bill.html | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index b1a252e6c..79f244f61 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -1,55 +1,51 @@ -<% include('/elements/header.html', 'Invoice Report' ) %> +<& /elements/header.html, emt('Invoice Report') &> <FORM ACTION="cust_bill.html" METHOD="GET"> <INPUT TYPE="hidden" NAME="magic" VALUE="_date"> <TABLE BGCOLOR="#cccccc" CELLSPACING=0 - <% include( '/elements/tr-select-agent.html', + <& /elements/tr-select-agent.html, 'curr_value' => scalar( $cgi->param('agentnum') ), - 'label' => 'Invoices for agent: ', + 'label' => emt('Invoices for agent: '), 'disable_empty' => 0, - ) - %> + &> - <% include( '/elements/tr-input-beginning_ending.html' ) %> + <& /elements/tr-input-beginning_ending.html &> - <% include( '/elements/tr-input-lessthan_greaterthan.html', - label => 'Charged', + <& /elements/tr-input-lessthan_greaterthan.html, + label => emt('Charged'), field => 'charged', - ) - %> + &> - <% include( '/elements/tr-input-lessthan_greaterthan.html', - label => 'Owed', + <& /elements/tr-input-lessthan_greaterthan.html, + label => emt('Owed'), field => 'owed', - ) - %> - <% include( '/elements/tr-select-payby.html', - label => 'Payment method:', + &> + <& /elements/tr-select-payby.html, + label => emt('Payment method:'), payby_type => 'cust', multiple => 1, all_selected => 1, - ) - %> + &> <TR> <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="open" VALUE="1" CHECKED></TD> - <TD>Show only open invoices</TD> + <TD><% mt('Show only open invoices') |h %></TD> </TR> <TR> <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="newest_percust" VALUE="1"></TD> - <TD>Show only the single most recent invoice per-customer</TD> + <TD><% mt('Show only the single most recent invoice per-customer') |h %></TD> </TR> </TABLE> <BR> -<INPUT TYPE="submit" VALUE="Get Report"> +<INPUT TYPE="submit" VALUE="<% mt('Get Report') |h %>"> </FORM> -<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> die "access denied" |