dspace - Editing the bodies of emails sent in the "Request a Copy" process -
i edit bodies of emails sent in dspace "request copy" process. documentation says there keys can edited in jspui 'messages.properties' file, using mirage2, , xmlui. found 1 in email templates directory, messages.xml file. it's message templates below want alter:
itemrequest.response.body.approve itemrequest.response.body.reject itemrequest.response.body.contactauthor itemrequest.response.body.contactrequester
you have 2 options:
- change
[dspace-src]/dspace-api/src/main/resources/messages.properties
-- note in case need use full build option (invoke maven in [dspace-src]); or - copy file
[dspace-src]/dspace/modules/additions/src/main/resources/messages.properties
, edit latter. you'll have create directory hierarchy first. able use full or quick build option.
Comments
Post a Comment