X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fnotes%2Femail.html;h=41c5b8ad49b759da9f50510a29b7aaf43ca5f3bc;hp=da2c352b6064617f2adf2ab7a951d39f9f5cc51b;hb=4dc075fc38008d1c6cbe9b88b2bdb32bdc92adbf;hpb=42a5e5491d250c6462bc9e5bad53786414020fa9 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;