Add note about red dates in training report

This commit is contained in:
Chase Tucker 2024-05-15 07:06:39 -07:00
parent 3e6fc3fdb3
commit fe981c4c04

View File

@ -708,7 +708,9 @@ namespace Fab2ApprovalSystem.Controllers
try
{
string emailBody = "<h1>Mesa Approval Open Training Assignments Daily Report</h1> <br />";
emailBody += "<p>The following contains open training assignments in the Mesa Approval system. Please ensure the following users complete their training assignments.</p><br />";
emailBody += "<p>The following contains open training assignments in the Mesa Approval system. ";
emailBody += "Please ensure the following users complete their training assignments. ";
emailBody += "Dates in red font identify past due training tasks.</p><br />";
emailBody += "<style>table,th,td{border: 1px solid black;}</style>";
//Get all users set up to receive the training report email.
List<TrainingReportUser> trainingReportUsers = adminDMO.GetTrainingReportUsers();