From: Jeff Davis Date: Fri, 6 Apr 2018 23:03:10 +0000 (-0700) Subject: LP#1761891: remove old reporter email templates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=79c8eddb9f378a5152a783e53d75e89a7789aeb0;p=working%2FEvergreen.git LP#1761891: remove old reporter email templates The report-success and report-fail files in Open-ILS/src/reporter are the ones that actually get used. Signed-off-by: Jeff Davis --- diff --git a/Open-ILS/src/extras/report-fail b/Open-ILS/src/extras/report-fail deleted file mode 100644 index 496da93949..0000000000 --- a/Open-ILS/src/extras/report-fail +++ /dev/null @@ -1,20 +0,0 @@ -To: {TO} -From: {FROM} -Reply-To: {REPLY_TO} -Subject: Report Failure Notification - -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 PINES staff -and give them both the error message and the SQL command. - -Thanks, - -Clark Kent, your friendly neighorhood reporter. - diff --git a/Open-ILS/src/extras/report-success b/Open-ILS/src/extras/report-success deleted file mode 100644 index 38212df0d4..0000000000 --- a/Open-ILS/src/extras/report-success +++ /dev/null @@ -1,16 +0,0 @@ -To: {TO} -From: {FROM} -Reply-To: {REPLY_TO} -Subject: Report Completion Notification - -Your report, named [{REPORT_NAME}], was scheduled to run at {RUN_TIME} and completed at {COMPLETE_TIME}. -It is available for viewing at the following URL: - - {OUTPUT_URL} - -If you have any general questions, please contact the PINES staff. - -Thanks, - -Clark Kent, your friendly neighorhood reporter. -