]> code.citadel.org Git - citadel.git/commitdiff
The icon for "Send message" is now a paper airplane instead of a check mark.
authorArt Cancro <ajc@citadel.org>
Wed, 26 Oct 2022 03:22:23 +0000 (23:22 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 26 Oct 2022 03:22:23 +0000 (23:22 -0400)
webcit-ng/static/js/view_mail.js

index 3e48b2caa621e722e918e9c14899773981cfc52f..75931aa29402c1f96af59b85a20d403e39ec7cd2 100644 (file)
@@ -271,7 +271,7 @@ function mail_compose(is_quoted, references, msgnum) {
 
                // The button bar is a Grid element, and is also a Flexbox container.
                + "<div class=\"ctdl-compose-toolbar\">"
-               + "<span class=\"ctdl-msg-button\" onclick=\"mail_save_message()\"><i class=\"fa fa-check\" style=\"color:green\"></i> " + _("Send message") + "</span>"
+               + "<span class=\"ctdl-msg-button\" onclick=\"mail_save_message()\"><i class=\"fa fa-paper-plane\" style=\"color:green\"></i> " + _("Send message") + "</span>"
                + "<span class=\"ctdl-msg-button\">" + _("Save to Drafts") + "</span>"
                + "<span class=\"ctdl-msg-button\">" + _("Attachments:") + " 0" + "</span>"
                + "<span class=\"ctdl-msg-button\">" + _("Contacts") + "</span>"