Skip to content

Commit

Permalink
fix(inbox): fix default email template and assignee glitch error (#4650)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariunzayarin committed Sep 27, 2023
1 parent 9f34ab6 commit 7b89759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -102,7 +102,7 @@
<tbody>
<tr>
<td style="word-break:break-word;font-size:0px;" align="center">
<div style="position: relative; background:#5629b6;padding-bottom: 20px;border-radius: 10px 10px 0 0;">
<div style="position: relative; background:#000000;padding-bottom: 20px;border-radius: 10px 10px 0 0;">
<table align="center" border="0">
<tr>
<td width="80px"></td>
Expand Down Expand Up @@ -168,7 +168,7 @@
<tr>
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;">
<![endif]-->
<div style="margin:0 auto;max-width:600px;background:#fafafa; font-family: Helvetica, sans-serif; border-radius: 0 0 10px 10px; padding-top: 40px;">
<div style="margin:0 auto;max-width:600px;background:#fafafa; font-family: Helvetica, sans-serif; border-radius: 0 0 10px 10px;">
<table role="presentation" cellpadding="0" cellspacing="0" style="border-radius: 0 0 10px 10px;font-size:0px;width:100%;background:#fafafa;" align="center" border="0">
<tbody>
<tr>
Expand Down Expand Up @@ -351,7 +351,7 @@
font-size: 12px; font-family: Helvetica Neue;
font-weight: 300;"
>
Copyright © 2020
Copyright © 2023
<a style="color:#ccc; text-decoration: none;" target="_blank" href="https://erxes.io">erxes Inc</a>. All rights
reserved.
</td>
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-inbox/src/inbox/components/AssignBox.tsx
Expand Up @@ -151,7 +151,7 @@ class AssignBox extends React.Component<Props, State> {
const links = [
{
title: __('Remove assignee'),
href: '#',
href: window.location.pathname + window.location.search,
onClick: this.removeAssignee
}
];
Expand Down

0 comments on commit 7b89759

Please sign in to comment.