diff options
| author | levinse <levinse> | 2011-05-18 01:08:08 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-05-18 01:08:08 +0000 |
| commit | 998f029ef805c73e90543b34192e16d38a23c69c (patch) | |
| tree | 16ff1b8368368e0b19de9ff517ea0643e6d75a24 /httemplate/view/cust_main/contacts.html | |
| parent | a9916ce48023939ab1d2506704f5545eb183a2ea (diff) | |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_main/contacts.html')
| -rw-r--r-- | httemplate/view/cust_main/contacts.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 0b754d097..9a55e5488 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -1,6 +1,6 @@ % my %which = ( -% '' => mt('Billing'), -% 'ship_' => mt('Service'), +% '' => emt('Billing'), +% 'ship_' => emt('Service'), % ); % foreach my $which ( '', 'ship_' ) { % my $pre = $cust_main->get("${which}last") ? $which : ''; @@ -13,7 +13,7 @@ <% $cust_main->get("${pre}last"). ', '. $cust_main->get("${pre}first") |h %> </TD> % if ( $which eq '' && $conf->exists('show_ss') ) { - <TD ALIGN="right">SS#</TD> + <TD ALIGN="right"><% mt('SS#') |h %></TD> <TD BGCOLOR="#ffffff"><% $cust_main->masked('ss') || ' ' %></TD> % } </TR> @@ -31,7 +31,7 @@ % ( $conf->exists('cust_main-require_address2') % && ! ( $pre xor $cust_main->has_ship_address ) % ) -% ? mt('Unit #') +% ? emt('Unit #') % : ' '; <TR> |
