[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.37, 1.38 top_misc.html, 1.9, 1.10
Erik Levinson
levinse at wavetail.420.am
Thu May 26 22:56:44 PDT 2011
- Previous message: [freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.31, 1.32 cust_main.cgi, 1.109, 1.110 cust_main_attach.cgi, 1.6, 1.7 cust_main_note.cgi, 1.9, 1.10 cust_pay.cgi, 1.35, 1.36
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv1482/edit/cust_main
Modified Files:
billing.html top_misc.html
Log Message:
internationalization/localization, RT12515
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/billing.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -w -d -r1.37 -r1.38
--- billing.html 23 May 2011 16:25:27 -0000 1.37
+++ billing.html 27 May 2011 05:56:42 -0000 1.38
@@ -190,7 +190,7 @@
% qq!<TR><TD ALIGN="right" WIDTH="200">${r}!.emt('Exact name on card').qq! </TD>!.
% qq!<TD WIDTH="408"><INPUT TYPE="text" NAME="CARD_payname" VALUE="!. ( $payby =~ /^(CARD|DCRD)$/ ? $cust_main->payname : '' ). qq!"></TD></TR>!.
%
-% qq!<TR><TD COLSPAN=2 WIDTH="608"><INPUT TYPE="checkbox" onchange="payauto_changed(this);" NAME="CARD_payauto" $CARD_payauto_checked> !.emt('Charge future payments to this card automatically').qq!</TD></TR>!.
+% qq!<TR><TD COLSPAN=2 WIDTH="608"><INPUT TYPE="checkbox" onchange="payauto_changed(this);" NAME="CARD_payauto" $CARD_payauto_checked> !.emt('Charge future payments to this [_1] automatically','credit card').qq!</TD></TR>!.
%
% ( $conf->exists('cust_main-select-billday') ?
% qq!<TR><TD COLSPAN=2 WIDTH="608" id="card_billday" style="display: $billday_card_display">
@@ -235,7 +235,7 @@
% ).
%
%
-% qq!<TR><TD COLSPAN=4 WIDTH="608"><INPUT TYPE="checkbox" onchange="payauto_changed(this);" NAME="CHEK_payauto" $CHEK_payauto_checked> !.emt('Charge future payments to this electronic check automatically').qq!</TD></TR>!.
+% qq!<TR><TD COLSPAN=4 WIDTH="608"><INPUT TYPE="checkbox" onchange="payauto_changed(this);" NAME="CHEK_payauto" $CHEK_payauto_checked> !.emt('Charge future payments to this [_1] automatically','electronic check').qq!</TD></TR>!.
%
% ( $conf->exists('cust_main-select-billday') ?
% qq!<TR><TD COLSPAN=2 WIDTH="608" id="chek_billday" style="display: $billday_chek_display">
Index: top_misc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main/top_misc.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -d -r1.9 -r1.10
--- top_misc.html 23 May 2011 16:25:27 -0000 1.9
+++ top_misc.html 27 May 2011 05:56:42 -0000 1.10
@@ -84,7 +84,7 @@
% } elsif ( ! $conf->exists('disable_customer_referrals') ) {
<TR>
- <TD ALIGN="right">Referring customer</TD>
+ <TD ALIGN="right"><% mt('Referring customer') |h %></TD>
<TD>
<& /elements/search-cust_main.html,
'field_name' => 'referral_custnum',
- Previous message: [freeside-commits] freeside/httemplate/edit REAL_cust_pkg.cgi, 1.31, 1.32 cust_main.cgi, 1.109, 1.110 cust_main_attach.cgi, 1.6, 1.7 cust_main_note.cgi, 1.9, 1.10 cust_pay.cgi, 1.35, 1.36
- Next 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list