diff --git a/templates/emails/ApprovalNeeded.ss b/templates/emails/ApprovalNeeded.ss index 5b0fcfb..6140e05 100644 --- a/templates/emails/ApprovalNeeded.ss +++ b/templates/emails/ApprovalNeeded.ss @@ -4,13 +4,17 @@
$Content
-<% if Attachment %><% control Attachment %> -

Attachment: $Title

-<% end_control %><% end_if %> -<% if Submitter %><% control Submitter %> -

Submitted by $Name ($Email)

+

Attachments:

+<% if Attachments %><% control Attachments %> +

$Title

<% end_control %><% end_if %> + +<% if Email %> +

Submitted by <% if Submitter %>$Submitter.Name<% end_if %>($Email)

+<% end_if %> + + <% if PreviewLink %>

Preview the article on the site: $PreviewLink