X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fstatic%2Fjs%2Fview_mail.js;h=37fcdbbe79ab05d9619ed799f0656f2af0c4be60;hb=ebb3fc1e280cba2aca55acb257bd63a9e64f8478;hp=e78560a847cdf5d4728cd33cda7e76cf0c8b9f0e;hpb=179801f9ea461eefae3e724fe534e9426bd6bae3;p=citadel.git diff --git a/webcit-ng/static/js/view_mail.js b/webcit-ng/static/js/view_mail.js index e78560a84..37fcdbbe7 100644 --- a/webcit-ng/static/js/view_mail.js +++ b/webcit-ng/static/js/view_mail.js @@ -413,12 +413,14 @@ function render_mailbox_display(notify) { } // begin rendering the mailbox table - box = "" - + "" - + "" - + "" - + "" - + ""; + box = ` +
" + _("Subject") + "" + _("Sender") + "" + _("Date") + "#
+ + + + + + `; for (let i=0; i
${_("Subject")}${ _("Sender")}${_("Date")}#