summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/first_pkg.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-23 16:25:27 +0000
committerlevinse <levinse>2011-05-23 16:25:27 +0000
commitb5dbd9e1bcbb701a20ed23e723b1e0105fd7c1a1 (patch)
tree982841fb75a9997045f4a7f665a9f365f3bfde33 /httemplate/edit/cust_main/first_pkg.html
parentd884f87c167fa00a24b2347c46606585b8420657 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/edit/cust_main/first_pkg.html')
-rw-r--r--httemplate/edit/cust_main/first_pkg.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/httemplate/edit/cust_main/first_pkg.html b/httemplate/edit/cust_main/first_pkg.html
index 3b15d4ee4..2e9f36f99 100644
--- a/httemplate/edit/cust_main/first_pkg.html
+++ b/httemplate/edit/cust_main/first_pkg.html
@@ -7,18 +7,16 @@
% if ( @part_pkg ) {
<BR><BR>
- <FONT SIZE="+1"><B>First package</B></FONT>
+ <FONT SIZE="+1"><B><% mt('First package') |h %></B></FONT>
<% ntable("#cccccc") %>
<TR>
<TD COLSPAN=2>
- <% include('first_pkg/select-part_pkg.html',
+ <& first_pkg/select-part_pkg.html,
'part_pkg' => \@part_pkg,
'first_svc' => \@first_svc,
%opt,
- # map { $_ => $opt{$_} } qw( pkgpart_svcpart saved_domsvc )
- )
- %>
+ &>
% }
<%init>