From 79c8eddb9f378a5152a783e53d75e89a7789aeb0 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Fri, 6 Apr 2018 16:03:10 -0700 Subject: [PATCH] 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 --- Open-ILS/src/extras/report-fail | 20 -------------------- Open-ILS/src/extras/report-success | 16 ---------------- 2 files changed, 36 deletions(-) delete mode 100644 Open-ILS/src/extras/report-fail delete mode 100644 Open-ILS/src/extras/report-success 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. - -- 2.11.0