[freeside-commits] freeside/httemplate/search cust_main.cgi, 1.86, 1.87 report_cust_bill.html, 1.13, 1.14 report_cust_credit.html, 1.17, 1.18 report_cust_main.html, 1.19, 1.20 report_receivables.html, 1.14, 1.15

Erik Levinson levinse at wavetail.420.am
Thu May 26 19:25:44 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv5847/search

Modified Files:
	cust_main.cgi report_cust_bill.html report_cust_credit.html 
	report_cust_main.html report_receivables.html 
Log Message:
internationalization/localization, RT12515

Index: report_receivables.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_receivables.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- report_receivables.html	21 May 2011 18:46:33 -0000	1.14
+++ report_receivables.html	27 May 2011 02:25:42 -0000	1.15
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt('Accounts Receivable Aging Summary') &>
+<& /elements/header.html, mt('Accounts Receivable Aging Summary') &>
 
 <FORM NAME="OneTrueForm" ACTION="report_receivables.cgi" METHOD="GET">
 

Index: report_cust_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_bill.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- report_cust_bill.html	21 May 2011 18:24:20 -0000	1.13
+++ report_cust_bill.html	27 May 2011 02:25:42 -0000	1.14
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt('Invoice Report') &>
+<& /elements/header.html, mt('Invoice Report') &>
 
 <FORM ACTION="cust_bill.html" METHOD="GET">
 <INPUT TYPE="hidden" NAME="magic" VALUE="_date">

Index: report_cust_credit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_credit.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -d -r1.17 -r1.18
--- report_cust_credit.html	21 May 2011 18:56:45 -0000	1.17
+++ report_cust_credit.html	27 May 2011 02:25:42 -0000	1.18
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt($title) &>
+<& /elements/header.html, mt($title) &>
 
 <FORM ACTION="cust_credit.html" METHOD="GET">
 <INPUT TYPE="hidden" NAME="magic" VALUE="_date">

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main.cgi,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -w -d -r1.86 -r1.87
--- cust_main.cgi	22 May 2011 20:08:37 -0000	1.86
+++ cust_main.cgi	27 May 2011 02:25:42 -0000	1.87
@@ -8,7 +8,7 @@
 %  errorpage(emt("No matching customers found!"));
 % } # errorpage quits, so we don't need an 'else' below
 
-<& /elements/header.html, emt("Customer Search Results"), '' &>
+<& /elements/header.html, mt("Customer Search Results"), '' &>
 % $total ||= scalar(@cust_main); 
 
 <% mt("[_1] matching customers found",$total) |h %>

Index: report_cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_main.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- report_cust_main.html	21 May 2011 18:24:20 -0000	1.19
+++ report_cust_main.html	27 May 2011 02:25:42 -0000	1.20
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt('Customer Report') &>
+<& /elements/header.html, mt('Customer Report') &>
 
 <FORM ACTION="cust_main.html" METHOD="GET">
 <INPUT TYPE="hidden" NAME="magic" VALUE="bill">



More information about the freeside-commits mailing list