From 597bbf956bb1f976abcc0c9162ab32a4158199e7 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 31 Oct 2007 04:00:48 +0000 Subject: [PATCH] adjustments to improved reporter email templates git-svn-id: svn://svn.open-ils.org/ILS/trunk@7950 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/reporter/report_failure.tmpl | 16 +++++++++++----- Open-ILS/src/reporter/report_success.tmpl | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/reporter/report_failure.tmpl b/Open-ILS/src/reporter/report_failure.tmpl index b55dd240da..85679bce4f 100644 --- a/Open-ILS/src/reporter/report_failure.tmpl +++ b/Open-ILS/src/reporter/report_failure.tmpl @@ -1,10 +1,16 @@ To: {TO} From: {FROM} -Reply-To: {REPLY-TO} +Reply-To: {REPLY_TO} Subject: Report finished: "{REPORT_NAME}" -At {RUN_TIME} the report "{REPORT_NAME}" finished running with a complete -time of {COMPLETE_TIME}. +Your report, named [{REPORT_NAME}], was scheduled to run at {RUN_TIME} has failed with the following error message: + + {ERROR_TEXT} + +The SQL command attempted was: + + {SQL} + +If you are unsure of the meaning of this message, please contact your ILS adminstrator or support staff +and give them both the error message and the SQL command. -You can view the report at the following URL: -{OUTPUT_URL} diff --git a/Open-ILS/src/reporter/report_success.tmpl b/Open-ILS/src/reporter/report_success.tmpl index b55dd240da..a49a1a8d36 100644 --- a/Open-ILS/src/reporter/report_success.tmpl +++ b/Open-ILS/src/reporter/report_success.tmpl @@ -1,6 +1,6 @@ To: {TO} From: {FROM} -Reply-To: {REPLY-TO} +Reply-To: {REPLY_TO} Subject: Report finished: "{REPORT_NAME}" At {RUN_TIME} the report "{REPORT_NAME}" finished running with a complete -- 2.11.0