[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
Erik Levinson
levinse at wavetail.420.am
Thu May 26 22:56:44 PDT 2011
- Previous message: [freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.37, 1.38 top_misc.html, 1.9, 1.10
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv1482/elements
Modified Files:
location.html popup_link-cust_main.html
popup_link-cust_pkg.html tr-select-cust_location.html
tr-select-discount.html
Log Message:
internationalization/localization, RT12515
Index: tr-select-discount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-discount.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- tr-select-discount.html 29 Apr 2011 12:10:20 -0000 1.4
+++ tr-select-discount.html 27 May 2011 05:56:42 -0000 1.5
@@ -6,7 +6,7 @@
% } else {
<TR>
- <TD ALIGN="right" WIDTH="176"><% $opt{'label'} || '<B>Discount</B>' %></TD>
+ <TD ALIGN="right" WIDTH="176"><% $opt{'label'} || '<B>'.emt('Discount').'</B>' %></TD>
<TD <% $colspan %>>
<% include( '/elements/select-discount.html',
'curr_value' => $discountnum,
Index: tr-select-cust_location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-cust_location.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -w -d -r1.20 -r1.21
--- tr-select-cust_location.html 11 Apr 2011 01:24:41 -0000 1.20
+++ tr-select-cust_location.html 27 May 2011 05:56:42 -0000 1.21
@@ -197,7 +197,7 @@
</SCRIPT>
<TR>
- <<%$th%> ALIGN="right"><% $opt{'label'} || 'Service location' %></<%$th%>>
+ <<%$th%> ALIGN="right"><% $opt{'label'} || emt('Service location') %></<%$th%>>
<TD COLSPAN=7>
<SELECT NAME = "locationnum"
ID = "locationnum"
Index: popup_link-cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link-cust_main.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- popup_link-cust_main.html 28 Mar 2011 02:00:52 -0000 1.8
+++ popup_link-cust_main.html 27 May 2011 05:56:42 -0000 1.9
@@ -27,7 +27,7 @@
% }
<%init>
-my $params = { 'closetext' => 'Close' };
+my $params = { 'closetext' => emt('Close') };
if (ref($_[0]) eq 'HASH') {
$params = { %$params, %{ $_[0] } };
Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/location.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -d -r1.17 -r1.18
--- location.html 14 Mar 2011 03:53:29 -0000 1.17
+++ location.html 27 May 2011 05:56:42 -0000 1.18
@@ -40,7 +40,7 @@
% }
<TR>
- <<%$th%> ALIGN="right"><%$r%><% $opt{'address1_label'} || 'Address' %></<%$th%>>
+ <<%$th%> ALIGN="right"><%$r%><% $opt{'address1_label'} || emt('Address') %></<%$th%>>
<TD COLSPAN=7>
<INPUT TYPE = "text"
NAME = "<%$pre%>address1"
@@ -148,15 +148,15 @@
<TR>
- <<%$th%> ALIGN="right"><%$r%>City</<%$th%>>
+ <<%$th%> ALIGN="right"><%$r%><% mt('City') |h %></<%$th%>>
<TD WIDTH="1"><% include('/elements/city.html', %select_hash) %></TD>
<<%$th%> ALIGN="right" WIDTH="1" ID="<%$pre%>countylabel" <%$county_style%>><%$r%>County</<%$th%>>
<TD WIDTH="1"><% include('/elements/select-county.html', %select_hash ) %></TD>
- <<%$th%> ALIGN="right" WIDTH="1"><%$r%>State</<%$th%>>
+ <<%$th%> ALIGN="right" WIDTH="1"><%$r%><% mt('State') |h %></<%$th%>>
<TD WIDTH="1">
<% include('/elements/select-state.html', %select_hash ) %>
</TD>
- <<%$th%> ALIGN="right" WIDTH="1"><%$r%>Zip</<%$th%>>
+ <<%$th%> ALIGN="right" WIDTH="1"><%$r%><% mt('Zip') |h %></<%$th%>>
<TD>
<INPUT TYPE = "text"
NAME = "<%$pre%>zip"
@@ -171,7 +171,7 @@
</TR>
<TR>
- <<%$th%> ALIGN="right"><%$r%>Country</<%$th%>>
+ <<%$th%> ALIGN="right"><%$r%><% mt('Country') |h %></<%$th%>>
<TD COLSPAN=6><% include('/elements/select-country.html', %select_hash ) %></TD>
</TR>
Index: popup_link-cust_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/popup_link-cust_pkg.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- popup_link-cust_pkg.html 31 Mar 2008 23:14:14 -0000 1.4
+++ popup_link-cust_pkg.html 27 May 2011 05:56:42 -0000 1.5
@@ -27,7 +27,7 @@
% }
<%init>
-my $params = { 'closetext' => 'Close',
+my $params = { 'closetext' => emt('Close'),
'width' => 768,
};
- Previous message: [freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.37, 1.38 top_misc.html, 1.9, 1.10
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list