From a3dfd1052be33b91222aa21540bca57ed5759012 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 29 Mar 2016 23:37:19 +0000 Subject: [PATCH] Bug 16161: Confirm message when deleting definition To test: 1) Go to Reports -> View dictionary 2) Attempt to delete definiton. Confirm that a confirm messages comes up and works as expected. Sponsored-by: Catalyst IT NOTE: confirmation message didn't exist before patch. confirmation message appeared after patch. both options worked as expected. Signed-off-by: Mark Tompsett --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt index 30be1ed..ed3f21b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -3,6 +3,9 @@ [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'header.inc' %] @@ -79,7 +82,7 @@
- +
[% END %] -- 2.1.4