-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathemailTemplates.xml
More file actions
15 lines (15 loc) · 811 Bytes
/
emailTemplates.xml
File metadata and controls
15 lines (15 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE emails SYSTEM "../../../lib/pkp/dtd/emailTemplates.dtd">
<!--
* plugins/generic/objectsForReview/emailTemplates.xml
*
* Copyright (c) 2013-2021 Simon Fraser University
* Copyright (c) 2003-2021 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Email templates XML file.
-->
<emails>
<email key="OFR_NEW_RESERVATION" can_edit="1" can_disable="0" subject="emails.ofrNewReservation.subject" description="emails.ofrNewReservation.description" body="emails.ofrNewReservation.body"/>
<email key="OFR_CANCEL_RESERVATION" can_edit="1" can_disable="0" subject="emails.ofrCancelReservation.subject" description="emails.ofrCancelReservation.description" body="emails.ofrCancelReservation.body"/>
</emails>