Index: branches/5.3.x/admin/system_presets/simple/email_logs_email-log.php =================================================================== diff -u -N -r15483 -r15677 --- branches/5.3.x/admin/system_presets/simple/email_logs_email-log.php (.../email_logs_email-log.php) (revision 15483) +++ branches/5.3.x/admin/system_presets/simple/email_logs_email-log.php (.../email_logs_email-log.php) (revision 15677) @@ -20,7 +20,7 @@ // fields to hide $hidden_fields = Array ( - /*'EmailLogId', 'From', 'To', 'OtherRecipients', 'Subject', 'HtmlBody', 'TextBody', 'SentOn', 'EventName', 'EventType', 'EventParams', 'AccessKey'*/ + /*'EmailLogId', 'From', 'To', 'OtherRecipients', 'Subject', 'HtmlBody', 'TextBody', 'SentOn', 'TemplateName', 'EventType', 'EventParams', 'AccessKey'*/ ); // virtual fields to hide @@ -30,7 +30,7 @@ // fields to make required $required_fields = Array ( - /*'EmailLogId', 'From', 'To', 'OtherRecipients', 'Subject', 'HtmlBody', 'TextBody', 'SentOn', 'EventName', 'EventType', 'EventParams', 'AccessKey'*/ + /*'EmailLogId', 'From', 'To', 'OtherRecipients', 'Subject', 'HtmlBody', 'TextBody', 'SentOn', 'TemplateName', 'EventType', 'EventParams', 'AccessKey'*/ ); // virtual fields to make required @@ -46,5 +46,5 @@ // hide columns in grids $hide_columns = Array ( // currently not in user -// 'Default' => Array ('EmailLogId', 'From', 'To', 'Subject', 'SentOn', 'EventName', 'EventType'), +// 'Default' => Array ('EmailLogId', 'From', 'To', 'Subject', 'SentOn', 'TemplateName', 'EventType'), ); \ No newline at end of file