summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_phone.cgi
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-18 00:55:36 +0000
committerlevinse <levinse>2011-05-18 00:55:36 +0000
commita9916ce48023939ab1d2506704f5545eb183a2ea (patch)
tree7548eccc150dd0efe0b25df3362ce87623498a49 /httemplate/view/svc_phone.cgi
parent781f1fd28bb3dbe75fd24c627792618409da7143 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
-rw-r--r--httemplate/view/svc_phone.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi
index 4bdbbf25c..ffb6fcc4a 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -1,7 +1,7 @@
<& elements/svc_Common.html,
'table' => 'svc_phone',
'fields' => \@fields,
- 'labels' => \%labels,
+ 'labels' => \%labels,
'html_foot' => $html_foot,
&>
<%init>
@@ -39,9 +39,9 @@ my $html_foot = sub {
###
my $e911 =
- mt('E911 Information').
+ emt('E911 Information').
&ntable("#cccccc"). '<TR><TD>'. ntable("#cccccc",2).
- '<TR><TD>'.mt('Location').'</TD>'.
+ '<TR><TD>'.emt('Location').'</TD>'.
'<TD BGCOLOR="#FFFFFF">'.
$svc_phone->location_label( 'join_string' => '<BR>',
'double_space' => ' &nbsp; ',