summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/notes/email.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 12:20:52 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 12:20:52 -0700
commit9d44cb2be1bfdfb20d3f733b07ca4441e7f18401 (patch)
tree43cb1862d1c282e4bfa50a952fa2b43f3e2b595f /httemplate/view/cust_main/notes/email.html
parent6f234776ee49a5991d6a8a0f360ad32f536c6668 (diff)
fix translation escaping
Diffstat (limited to 'httemplate/view/cust_main/notes/email.html')
-rw-r--r--httemplate/view/cust_main/notes/email.html16
1 files changed, 8 insertions, 8 deletions
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;