mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
24 lines
492 B
Plaintext
24 lines
492 B
Plaintext
## Rejection email message
|
|
##
|
|
## {0} Title of submission
|
|
## {1} Name of collection
|
|
## {2} Name of the rejector
|
|
## {3} Reason for the rejection
|
|
## {4} Link to 'My DSpace' page
|
|
##
|
|
#set($subject = 'DSpace: Submission Rejected')
|
|
|
|
You submitted: ${params[0]}
|
|
|
|
To collection: ${params[1]}
|
|
|
|
Your submission has been rejected by ${params[2]}
|
|
with the following explanation:
|
|
|
|
${params[3]}
|
|
|
|
Your submission has not been deleted. You can access it from your
|
|
"My DSpace" page: ${params[4]}
|
|
|
|
DSpace
|