diff options
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r-- | httemplate/view/cust_main/contacts.html | 2 | ||||
-rw-r--r-- | httemplate/view/cust_main/misc.html | 2 | ||||
-rw-r--r-- | httemplate/view/cust_main/notes/email.html | 16 | ||||
-rw-r--r-- | httemplate/view/cust_main/packages/package.html | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 053f0396c..252ca10b3 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -10,7 +10,7 @@ % if ( $this eq 'ship' and % $cust_main->bill_locationnum == $cust_main->ship_locationnum ) % { - (<% mt('same as billing') %>) + (<% emt('same as billing') %>) % } </FONT> % if ( diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index b085b550a..c7399ae7e 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -183,7 +183,7 @@ % if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { <TR> - <TD ALIGN="right"><% mt('Edit ticket subjects') %></TD> + <TD ALIGN="right"><% emt('Edit ticket subjects') %></TD> <TD BGCOLOR="#ffffff"><% $cust_main->edit_subject ? 'yes' : 'no' %></TD> </TR> diff --git a/httemplate/view/cust_main/notes/email.html b/httemplate/view/cust_main/notes/email.html index da2c352b6..41c5b8ad4 100644 --- a/httemplate/view/cust_main/notes/email.html +++ b/httemplate/view/cust_main/notes/email.html @@ -8,22 +8,22 @@ .row1 {background-color: #ffffff} </STYLE> <DIV id="cust_msg"> -<FONT SIZE="+1"> <% mt('Email sent to this customer') %> </FONT><BR> +<FONT SIZE="+1"> <% emt('Email sent to this customer') %> </FONT><BR> % if ($maxrecords < $total) { -<% mt('Showing [_1] most recent of [quant,_2,total message]', $maxrecords, $total) %> +<% emt('Showing [_1] most recent of [quant,_2,total message]', $maxrecords, $total) %> <A HREF="<%$p%>search/cust_msg.html?custnum=<%$custnum%>"> - <i>(<% mt('view all') %>)</i> + <i>(<% emt('view all') %>)</i> </A> % } else { -<% mt('[quant,_1,total message]', $total) %> +<% emt('[quant,_1,total message]', $total) %> % } <BR> <& /elements/table-grid.html &> <TR> - <TH CLASS="grid"><% mt('Date') %></TH> - <TH CLASS="grid"><% mt('Type') %></TH> - <TH CLASS="grid"><% mt('Destination') %></TH> - <TH CLASS="grid"><% mt('Subject') %></TH> + <TH CLASS="grid"><% emt('Date') %></TH> + <TH CLASS="grid"><% emt('Type') %></TH> + <TH CLASS="grid"><% emt('Destination') %></TH> + <TH CLASS="grid"><% emt('Subject') %></TH> <TH CLASS="grid"></TH> </TR> % my $i = 0; diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index c7abd46ac..c65263df3 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -283,7 +283,7 @@ % if ( @cust_pkg_usage ) { <TABLE CLASS="usage inv"> - <TR><TH COLSPAN=4><% mt('Included usage') %></TH></TR> + <TR><TH COLSPAN=4><% emt('Included usage') %></TH></TR> % foreach my $usage (@cust_pkg_usage) { % my $part = $usage->part_pkg_usage; % my $ratio = 255 * ($usage->minutes / $part->minutes); |