Add note about red dates in training report
This commit is contained in:
parent
3e6fc3fdb3
commit
fe981c4c04
@ -708,7 +708,9 @@ namespace Fab2ApprovalSystem.Controllers
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
string emailBody = "<h1>Mesa Approval Open Training Assignments Daily Report</h1> <br />";
|
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>";
|
emailBody += "<style>table,th,td{border: 1px solid black;}</style>";
|
||||||
//Get all users set up to receive the training report email.
|
//Get all users set up to receive the training report email.
|
||||||
List<TrainingReportUser> trainingReportUsers = adminDMO.GetTrainingReportUsers();
|
List<TrainingReportUser> trainingReportUsers = adminDMO.GetTrainingReportUsers();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user