From 9d44cb2be1bfdfb20d3f733b07ca4441e7f18401 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Sep 2016 12:20:52 -0700 Subject: fix translation escaping --- httemplate/view/cust_main/notes/email.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'httemplate/view/cust_main/notes/email.html') 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}
- <% mt('Email sent to this customer') %>
+ <% emt('Email sent to this customer') %>
% 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) %> - (<% mt('view all') %>) + (<% emt('view all') %>) % } else { -<% mt('[quant,_1,total message]', $total) %> +<% emt('[quant,_1,total message]', $total) %> % }
<& /elements/table-grid.html &> - <% mt('Date') %> - <% mt('Type') %> - <% mt('Destination') %> - <% mt('Subject') %> + <% emt('Date') %> + <% emt('Type') %> + <% emt('Destination') %> + <% emt('Subject') %> % my $i = 0; -- cgit v1.2.1