From 9ff2acf45c2427186d6bb66b1ba8d7a0da2ddf0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Tue, 14 Apr 2015 11:50:14 +0200 Subject: [PATCH] [PASSED QA] Bug 13994 - Add a back link to error message in Reports To reproduce: - Go to Home > Reports - Create from SQL - Do something that results in an error message, e.g. by entering an UPDATE statement Result: You get an error message with title "The follwing error was encountered" But there is now link to go directly back to fix it. To test: - Apply patch - Repeat steps above - Verify that a link appears (and works): "Back to previous page" Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall --- .../en/modules/reports/guided_reports_start.tt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index d2420a0..73b4980 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -1006,6 +1006,9 @@ Sub report: -- 1.7.2.5