mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +00:00
27 lines
732 B
Plaintext
27 lines
732 B
Plaintext
## Notification email sent when a request to review an item has been accepted by the service
|
|
##
|
|
## Parameters: {0} Service Name
|
|
## {1} Item Name
|
|
## {2} Service URL
|
|
## {3} Item URL
|
|
## {4} Submitter's Name
|
|
## {5} Date of the received LDN notification
|
|
##
|
|
##
|
|
#set($subject = "DSpace: The Service ${params[0]} has accepted to review the Item ""${params[1]}""")
|
|
|
|
An acceptance notification has been received by the service: ${params[0]}
|
|
for the Item: ${params[1]}
|
|
|
|
Here is a more detailed report:
|
|
Item: ${params[1]}
|
|
Item URL: ${params[3]}
|
|
Submitted by: ${params[4]}
|
|
|
|
Has a new status: ONGOING REVIEW
|
|
|
|
By Service: ${params[0]}
|
|
Service URL: ${params[2]}
|
|
Date: ${params[5]}
|
|
|
|
DSpace |