-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup Email Invoice form to remove longest ever field label #26533
Cleanup Email Invoice form to remove longest ever field label #26533
Conversation
(Standard links)
|
@@ -32,3 +32,7 @@ | |||
<p>{ts}You can send your email as a simple text-only message, as an HTML formatted message, or both. Text-only messages are sufficient for most email communication, and some recipients may prefer not to receive HTML formatted messages.{/ts}</p> | |||
<p>{ts}HTML messages have more visual impact, allow you to include images, and may be more readable if you are including links to website pages. However, different email programs may interpret HTML formats differently, so use this option cautiously unless you have a template format that has been tested with different web and desktop email programs.{/ts}</p> | |||
{/htxt} | |||
|
|||
{htxt id="id-email_comment"} | |||
{ts}If you would like to add personal message to email please add it here. (If sending to more then one receipient the same message will be sent to each contact.){/ts} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker since this is the same as the original, but there's two typos and one grammar wrong it is.
But otherwise looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is pretty bad, have replaced with new text. I closed this by accident and don't think I have the power to re-open - but can you?
Also the email message thing doesn't work at all, but I'll fix that in a new PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently I do.
And yeah I noticed the additional message didn't seem to do anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it will work
b23178b
to
d0bc241
Compare
Overview
Also changed from_email to select2 while I was in there and clarified the subject label, plus a little light cleanup.
Before
After