From: Art Cancro Date: Wed, 5 Oct 2022 02:18:32 +0000 (-0400) Subject: Began working on the screen layout for compose mail X-Git-Tag: v959~30 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=543f70a36c60d36ff334a9e712f835765edd46c1;p=citadel.git Began working on the screen layout for compose mail --- diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 12e0ce39c..b0af8d64e 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -469,6 +469,7 @@ blockquote pre { height: 100%; overflow: auto; border: 2px dashed red; /* FIXME this goes away after testing */ + background-color: GhostWhite; } .ctdl-login-screen-grid-container { diff --git a/webcit-ng/static/js/view_mail.js b/webcit-ng/static/js/view_mail.js index 9a8403f9b..37773c294 100644 --- a/webcit-ng/static/js/view_mail.js +++ b/webcit-ng/static/js/view_mail.js @@ -207,10 +207,12 @@ function mail_compose(is_quoted, references, msgid) { document.getElementById("ctdl-main").innerHTML = "
" + // These should be hidden but we're in the process of building + + "is_quoted: " + + "references: " + + "reply-to msgid: " + + "" - + "" - + "" - + "" + "" + "" + "
is_quoted" + is_quoted + "
references" + references + "
msgid" + msgid + "
from" + current_user + "
to
subject
"