mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00
25 lines
525 B
Plaintext
25 lines
525 B
Plaintext
## Workflow task email message
|
|
##
|
|
## {0} Title of submission
|
|
## {1} Name of collection
|
|
## {2} submitter's name
|
|
## {3} Description of task
|
|
## {4} link to 'my DSpace' page
|
|
##
|
|
#set($subject = "${config.get('dspace.name')}: You have a new task")
|
|
|
|
A new item has been submitted:
|
|
|
|
Title: ${params[0]}
|
|
Collection: ${params[1]}
|
|
Submitted by: ${params[2]}
|
|
|
|
${params[3]}
|
|
|
|
To claim this task, please visit your "My${config.get('dspace.shortname')}"
|
|
page: ${params[4]}
|
|
|
|
Many thanks!
|
|
|
|
The ${config.get('dspace.name')} Team
|