mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00
22 lines
502 B
Plaintext
22 lines
502 B
Plaintext
## Item Archived email message
|
|
##
|
|
## {0} Title of submission
|
|
## {1} Name of collection
|
|
## {2} handle
|
|
##
|
|
#set($subject = "${config.get('dspace.name')}: Submission Approved and Archived")
|
|
|
|
You submitted: ${params[0]}
|
|
|
|
To collection: ${params[1]}
|
|
|
|
Your submission has been accepted and archived in ${config.get('dspace.name')},
|
|
and it has been assigned the following identifier:
|
|
${params[2]}
|
|
|
|
Please use this identifier when citing your submission.
|
|
|
|
Many thanks!
|
|
|
|
The ${config.get('dspace.name')} Team
|