Skip to content
Snippets Groups Projects
Commit 8ed39bc6 authored by Kayz's avatar Kayz
Browse files

Update 000-mail.xjs

parent 80010c2a
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!61make unread emails more obvious on the mail index page by adding badge
......@@ -24,7 +24,7 @@
<div class="col-sm-11" style="cursor:pointer;" onclick="getMailBody(<? write(header.number); ?>)">
<? write(_mail_tab == 'sent' ? locale.strings.page_mail.label_message_to : locale.strings.page_mail.label_message_from); ?>:
<strong><? write(_mail_tab == 'sent' ? header.to : header.from); ?></strong>
<? if ((header.from_net_type != NET_NONE) && (typeof header.from_net_type !== "undefined")) { ?>
<? if (header.from_net_type != NET_NONE) { ?>
&lt;<? write(_mail_tab == 'sent' ? (header.to + '@' + header.to_net_addr) : (header.from + '@' + header.from_net_addr)); ?>&gt;
<? } ?>
<? write(locale.strings.page_mail.label_message_date); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment