Merge pull request #8283 from mwoodiupui/8278

Add documentation to request_item.author email template; remove unused templates
This commit is contained in:
Tim Donohue
2022-05-06 11:21:49 -05:00
committed by GitHub
3 changed files with 13 additions and 39 deletions

View File

@@ -1,3 +1,16 @@
## E-mail sent to a restricted Item's author when a user requests a copy.
##
## Parameters: 0 requester's name
## 1 requester's address
## 2 name of a single bitstream, or "all"
## 3 item Handle
## 4 item title
## 5 message from requester
## 6 link back to DSpace for action
## 7 corresponding author name
## 8 corresponding author email
## 9 configuration property "dspace.name"
## 10 configuration property "mail.helpdesk"
#set($subject = 'Request copy of document')
Dear ${params[7]},

View File

@@ -1,13 +0,0 @@
Subject: Request copy of document
Dear Administrator,
A user of {7}, named {0} and using the email {1}, requested a copy of the file(s) associated with the document: "{4}" ({3}).
This request came along with the following message:
"{5}"
To answer, click {6}.
PLEASE REDIRECT THIS MESSAGE TO THE AUTHOR(S).

View File

@@ -1,26 +0,0 @@
## E-mail sent with the information filled out in a suggest form.
##
## Parameters: {0} recipient name
## {1} sender name
## {2} repository name
## {3} item title
## {4} item handle URI
## {5} item local URL - may be used in lieu of {4} if not using handle server
## {6} collection name
## {7} sender message
## See org.dspace.core.Email for information on the format of this file.
##
#set($subject = 'An item of interest from DSpace')
Hello ${params[0]}:
${params[1]} requested we send you this email regarding an item available in ${params[2]}.
Title: ${params[3]}
Location: ${params[5]}
In Collection: ${params[6]}
Personal Message: ${params[7]}
The DSpace digital repository system captures, stores, indexes, preserves, and distributes digital material.
For more information, visit www.dspace.org