From: Art Cancro Date: Wed, 20 Dec 2023 04:15:10 +0000 (-0500) Subject: More template literals. X-Git-Tag: v997~65 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=ebb3fc1e280cba2aca55acb257bd63a9e64f8478 More template literals. --- 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")}#