Browse Source

修改訂單mail內的狀態樣式

Dev
Janie 2 years ago
parent
commit
9735913c0f
  1. 32
      EuroTran/EasyBL.WEBAPP/ShowEasy/BookingMail.cs

32
EuroTran/EasyBL.WEBAPP/ShowEasy/BookingMail.cs

@ -1258,9 +1258,22 @@ namespace EasyBL.WEBAPP.SYS
sb.Append("</td>");
//booking status
sb.Append("<td>");
sb.Append("<table>");
sb.Append("<tbody>");
sb.Append("<tr>");
sb.Append("<td>");
sb.Append("<h1 style =\"font-size: 14px;padding-bottom: 12px;font-family: 'arial','sans-serif';font-weight: 700;line-height: 18px;color: #ef5a5a;margin: 0 0 0 0;\">");
sb.Append("取消訂單,");
sb.Append("</h1>");
sb.Append("</td>");
sb.Append("<td>");
sb.Append("<h1 style =\"font-size: 14px;padding-bottom: 12px;font-family: 'arial','sans-serif';font-weight: 700;line-height: 18px;color: #7997ff;margin: 0 0 0 0;\">");
sb.Append("取消訂單 退款中");
sb.Append(" 退款中");
sb.Append("</h1>");
sb.Append("</td>");
sb.Append("</tr>");
sb.Append("</tbody>");
sb.Append("</table>");
//service name
sb.Append("<h1 style =\"font-size: 14px;padding-bottom: 8px;font-family: 'arial','sans-serif';font-weight: 700;line-height: 18px;color: #232323;margin: 0 0 0 0;\">");
sb.Append(BookingOnlineModel.ServiceName);
@ -1398,9 +1411,22 @@ namespace EasyBL.WEBAPP.SYS
sb.Append("</td>");
//booking status
sb.Append("<td>");
sb.Append("<h1 style =\"font-size: 14px;padding-bottom: 12px;font-family: 'arial','sans-serif';font-weight: 700;line-height: 18px;color: #7997ff;margin: 0 0 0 0;\">");
sb.Append("取消訂單 已退款");
sb.Append("<table>");
sb.Append("<tbody>");
sb.Append("<tr>");
sb.Append("<td>");
sb.Append("<h1 style =\"font-size: 14px;padding-bottom: 12px;font-family: 'arial','sans-serif';font-weight: 700;line-height: 18px;color: #ef5a5a;margin: 0 0 0 0;\">");
sb.Append("取消訂單,");
sb.Append("</h1>");
sb.Append("</td>");
sb.Append("<td>");
sb.Append("<h1 style =\"font-size: 14px;padding-bottom: 12px;font-family: 'arial','sans-serif';font-weight: 700;line-height: 18px;color: #757575;margin: 0 0 0 0;\">");
sb.Append(" 已退款");
sb.Append("</h1>");
sb.Append("</td>");
sb.Append("</tr>");
sb.Append("</tbody>");
sb.Append("</table>");
//service name
sb.Append("<h1 style =\"font-size: 14px;padding-bottom: 8px;font-family: 'arial','sans-serif';font-weight: 700;line-height: 18px;color: #232323;margin: 0 0 0 0;\">");
sb.Append(BookingOnlineModel.ServiceName);

Loading…
Cancel
Save