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:

  1. change [dspace-src]/dspace-api/src/main/resources/messages.properties -- note in case need use full build option (invoke maven in [dspace-src]); or
  2. 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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -