[freeside-commits] freeside/httemplate/misc change_pkg.cgi, 1.15, 1.16 order_pkg.html, 1.27, 1.28 payment.cgi, 1.30, 1.31
Erik Levinson
levinse at wavetail.420.am
Thu May 26 22:56:44 PDT 2011
- Previous message: [freeside-commits] freeside/httemplate/elements location.html, 1.17, 1.18 popup_link-cust_main.html, 1.8, 1.9 popup_link-cust_pkg.html, 1.4, 1.5 tr-select-cust_location.html, 1.20, 1.21 tr-select-discount.html, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/view/cust_main one_time_charge_link.html, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv1482/misc
Modified Files:
change_pkg.cgi order_pkg.html payment.cgi
Log Message:
internationalization/localization, RT12515
Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/payment.cgi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -w -d -r1.30 -r1.31
--- payment.cgi 27 May 2011 02:25:42 -0000 1.30
+++ payment.cgi 27 May 2011 05:56:42 -0000 1.31
@@ -222,7 +222,7 @@
<TR>
<TD COLSPAN=2>
<INPUT TYPE="checkbox" CHECKED NAME="save" VALUE="1">
- <% mt('Remember this informatio') |h %>
+ <% mt('Remember this information') |h %>
</TD>
</TR>
@@ -265,8 +265,8 @@
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Process payment');
-my %type = ( 'CARD' => emt('credit card'),
- 'CHEK' => emt('electronic check (ACH)'),
+my %type = ( 'CARD' => 'credit card',
+ 'CHEK' => 'electronic check (ACH)',
);
$cgi->param('payby') =~ /^(CARD|CHEK)$/
Index: change_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/change_pkg.cgi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- change_pkg.cgi 27 May 2011 02:25:42 -0000 1.15
+++ change_pkg.cgi 27 May 2011 05:56:42 -0000 1.16
@@ -40,7 +40,7 @@
<BR>
<INPUT NAME = "submitButton"
TYPE = "button"
- VALUE = "Change package"
+ VALUE = "<% mt("Change package") |h %>"
onClick = "this.disabled=true; standardize_new_location();"
<% scalar($cgi->param('pkgpart')) ? '' : 'DISABLED' %>
>
Index: order_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/order_pkg.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -d -r1.27 -r1.28
--- order_pkg.html 27 May 2011 02:25:42 -0000 1.27
+++ order_pkg.html 27 May 2011 05:56:42 -0000 1.28
@@ -126,7 +126,7 @@
% : 'standardize_new_location()';
<INPUT NAME = "submitButton"
TYPE = "button"
- VALUE = "Order Package"
+ VALUE = "<% mt("Order Package") |h %>"
onClick = "this.disabled=true; <% $onclick %>;"
<% $pkgpart ? '' : 'DISABLED' %>
>
- Previous message: [freeside-commits] freeside/httemplate/elements location.html, 1.17, 1.18 popup_link-cust_main.html, 1.8, 1.9 popup_link-cust_pkg.html, 1.4, 1.5 tr-select-cust_location.html, 1.20, 1.21 tr-select-discount.html, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/view/cust_main one_time_charge_link.html, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list