From df4c3a581b4e37920a144dee8342f296405d7946 Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 22 May 2011 22:09:09 +0000 Subject: [PATCH] internationalization/localization, RT12515 --- httemplate/edit/cust_pay.cgi | 44 +++++++++++++++--------------- httemplate/edit/quick-charge.html | 56 +++++++++++++++++++-------------------- httemplate/edit/svc_acct.cgi | 2 +- httemplate/elements/menu.html | 14 +++------- 4 files changed, 53 insertions(+), 63 deletions(-) diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 638679a46..353a04106 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -1,12 +1,12 @@ % if ( $link eq 'popup' ) { - <% include('/elements/header-popup.html', $title ) %> + <& /elements/header-popup.html, $title &> % } else { - <% include("/elements/header.html", $title, '') %> + <& /elements/header.html, $title, '' &> % } -<% include('/elements/init_calendar.html') %> +<& /elements/init_calendar.html &> -<% include('/elements/error.html') %> +<& /elements/error.html &> % unless ( $link eq 'popup' ) { <% small_custview($custnum, $conf->config('countrydefault')) %> @@ -20,14 +20,14 @@

-Payment +<% mt('Payment') |h %> <% ntable("#cccccc", 2) %> - Date + <% mt('Date') |h %> - + @@ -41,20 +41,19 @@ Payment - Amount + <% mt('Amount') |h %> <% $money_char %> by <% FS::payby->payname($payby) %> - <% include('/elements/tr-select-discount_term.html', + <& /elements/tr-select-discount_term.html, 'custnum' => $custnum, 'cgi' => $cgi - ) - %> + &> % if ( $payby eq 'BILL' ) { - Check # + <% mt('Check #') |h %> % } @@ -62,16 +61,16 @@ Payment % if ( $link eq 'custnum' || $link eq 'popup' ) { - Auto-apply
to invoices + <% mt('Auto-apply to invoices') |h %> +