[freeside-commits] freeside/httemplate/edit cust_credit.cgi, 1.31, 1.32 quick-charge.html, 1.20, 1.21 svc_acct.cgi, 1.73, 1.74

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


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

Modified Files:
	cust_credit.cgi quick-charge.html svc_acct.cgi 
Log Message:
internationalization/localization, RT12515

Index: cust_credit.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_credit.cgi,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -w -d -r1.31 -r1.32
--- cust_credit.cgi	23 May 2011 16:25:26 -0000	1.31
+++ cust_credit.cgi	27 May 2011 02:25:41 -0000	1.32
@@ -1,4 +1,4 @@
-<& /elements/header-popup.html, emt('Enter Credit') &>
+<& /elements/header-popup.html, mt('Enter Credit') &>
 
 <& /elements/error.html &>
 

Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_acct.cgi,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -w -d -r1.73 -r1.74
--- svc_acct.cgi	23 May 2011 16:25:26 -0000	1.73
+++ svc_acct.cgi	27 May 2011 02:25:41 -0000	1.74
@@ -1,4 +1,4 @@
-<& /elements/header.html, emt("$action [_1] account",$svc) &>
+<& /elements/header.html, mt("$action [_1] account",$svc) &>
 
 <& /elements/error.html &>
 

Index: quick-charge.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/quick-charge.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -w -d -r1.20 -r1.21
--- quick-charge.html	22 May 2011 22:09:08 -0000	1.20
+++ quick-charge.html	27 May 2011 02:25:41 -0000	1.21
@@ -1,4 +1,4 @@
-<& /elements/header-popup.html, emt('One-time charge'), '',
+<& /elements/header-popup.html, mt('One-time charge'), '',
             ( $cgi->param('error') ? '' : 'onload="addRow()"' ),
 &>
 



More information about the freeside-commits mailing list