summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_phone.cgi
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-16 04:20:47 +0000
committerlevinse <levinse>2011-05-16 04:20:47 +0000
commitdbeee87d487220a1eea4a8f65534293bb6f82df6 (patch)
treed6507f2961dd6a1a6144253838f7499c8edd5f11 /httemplate/view/svc_phone.cgi
parentf9c7b243e58b79bf4ada7cd902699036708439a6 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
-rw-r--r--httemplate/view/svc_phone.cgi7
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi
index 6e40fea54..18c89009b 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -1,10 +1,9 @@
-<% include('elements/svc_Common.html',
+<& elements/svc_Common.html,
'table' => 'svc_phone',
'fields' => \@fields,
'labels' => \%labels,
'html_foot' => $html_foot,
- )
-%>
+&>
<%init>
my $conf = new FS::Conf;
@@ -42,7 +41,7 @@ my $html_foot = sub {
my $e911 =
'E911 Information'.
&ntable("#cccccc"). '<TR><TD>'. ntable("#cccccc",2).
- '<TR><TD>Location</TD>'.
+ '<TR><TD>'.mt('Location').'</TD>'.
'<TD BGCOLOR="#FFFFFF">'.
$svc_phone->location_label( 'join_string' => '<BR>',
'double_space' => ' &nbsp; ',