mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00
23 lines
570 B
Plaintext
23 lines
570 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 = "${config.get('dspace.name')}: 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${config.get('dspace.shortname')}" page: ${params[4]}
|
|
|
|
The ${config.get('dspace.name')} Team
|