From e7c3c9d65329b500c5fb243a94f20d17f5173567 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 18 Oct 2021 14:53:05 +0200 Subject: [PATCH] Bug 29263: (bug 24387 follow-up) Fix 'Cancel' link when editing a html custom When editing content that is a html customization, the 'cancel' link should redirect to the html custom list, not the 'news' list. Test plan: Create or edit a html customization, click the 'Cancel' link => You should be redirected to the html custom list --- .../prog/en/modules/tools/additional-contents.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index 2f74dfbcfc1..459c0726088 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -166,7 +166,11 @@
- Cancel + [% IF category == 'news' %] + Cancel + [% ELSE %] + Cancel + [% END %]
-- 2.25.1