forked from pkp/lucene
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemailTemplates.xml
More file actions
29 lines (29 loc) · 1.27 KB
/
emailTemplates.xml
File metadata and controls
29 lines (29 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE emails SYSTEM "../../../lib/pkp/dtd/emailTemplates.dtd">
<!--
* emailTemplates.xml
*
* Copyright (c) 2014-2023 Simon Fraser University
* Copyright (c) 2003-2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Email templates XML file.
*
-->
<emails>
<email key="LUCENE_ARTICLE_INDEXING_ERROR_NOTIFICATION" can_edit="1" can_disable="1"
subject="plugins.generic.lucene.article.indexing.error.subject"
description="plugins.generic.lucene.article.indexing.error.description"
body="plugins.generic.lucene.article.indexing.error.body"
/>
<email key="LUCENE_JOURNAL_INDEXING_ERROR_NOTIFICATION" can_edit="1" can_disable="1"
subject="plugins.generic.lucene.journal.indexing.error.subject"
description="plugins.generic.lucene.journal.indexing.error.description"
body="plugins.generic.lucene.journal.indexing.error.body"
/>
<email key="LUCENE_SEARCH_SERVICE_ERROR_NOTIFICATION" can_edit="1" can_disable="1"
subject="plugins.generic.lucene.search.service.error.subject"
description="plugins.generic.lucene.search.service.error.description"
body="plugins.generic.lucene.search.service.error.body"
/>
</emails>