Merged in release/2022-11-04 (pull request #612)
Add title to email overlay to prevent close button overlap.
This commit is contained in:
@@ -14191,6 +14191,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>emailpreview</name>
|
||||||
|
<definition_loaded>false</definition_loaded>
|
||||||
|
<description></description>
|
||||||
|
<comment></comment>
|
||||||
|
<default_text></default_text>
|
||||||
|
<translations>
|
||||||
|
<translation>
|
||||||
|
<language>en-US</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>es-MX</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>fr-CA</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
</translations>
|
||||||
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>generatingemail</name>
|
<name>generatingemail</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
|
|||||||
@@ -178,6 +178,7 @@ export function EmailOverlayContainer({
|
|||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
width={"80%"}
|
width={"80%"}
|
||||||
onOk={() => form.submit()}
|
onOk={() => form.submit()}
|
||||||
|
title={t("emails.labels.emailpreview")}
|
||||||
onCancel={() => {
|
onCancel={() => {
|
||||||
toggleEmailOverlayVisible();
|
toggleEmailOverlayVisible();
|
||||||
}}
|
}}
|
||||||
@@ -198,7 +199,7 @@ export function EmailOverlayContainer({
|
|||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
marginTop: "1rem",
|
// marginTop: "3rem",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
justifyContent: "flex-end",
|
justifyContent: "flex-end",
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -881,6 +881,7 @@
|
|||||||
"labels": {
|
"labels": {
|
||||||
"attachments": "Attachments",
|
"attachments": "Attachments",
|
||||||
"documents": "Documents",
|
"documents": "Documents",
|
||||||
|
"emailpreview": "Email Preview",
|
||||||
"generatingemail": "Generating email...",
|
"generatingemail": "Generating email...",
|
||||||
"pdfcopywillbeattached": "A PDF copy of this email will be attached when it is sent.",
|
"pdfcopywillbeattached": "A PDF copy of this email will be attached when it is sent.",
|
||||||
"preview": "Email Preview"
|
"preview": "Email Preview"
|
||||||
|
|||||||
@@ -881,6 +881,7 @@
|
|||||||
"labels": {
|
"labels": {
|
||||||
"attachments": "",
|
"attachments": "",
|
||||||
"documents": "",
|
"documents": "",
|
||||||
|
"emailpreview": "",
|
||||||
"generatingemail": "",
|
"generatingemail": "",
|
||||||
"pdfcopywillbeattached": "",
|
"pdfcopywillbeattached": "",
|
||||||
"preview": ""
|
"preview": ""
|
||||||
|
|||||||
@@ -881,6 +881,7 @@
|
|||||||
"labels": {
|
"labels": {
|
||||||
"attachments": "",
|
"attachments": "",
|
||||||
"documents": "",
|
"documents": "",
|
||||||
|
"emailpreview": "",
|
||||||
"generatingemail": "",
|
"generatingemail": "",
|
||||||
"pdfcopywillbeattached": "",
|
"pdfcopywillbeattached": "",
|
||||||
"preview": ""
|
"preview": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user