From f4fcc16ea2fca9894f7f34f47406263ed81c7b79 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 25 May 2012 11:29:23 +0200 Subject: [PATCH] Bug 8152: Clicking cancel link on edit suggestion redirect to the suggestions list Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack --- .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 4a92f85b0f..2c2c83d093 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -310,7 +310,7 @@ $(document).ready(function() { calcNewsuggTotal(); }); -
[% IF ( suggestionid ) %] Cancel[% ELSE %] Cancel[% END %] +
[% IF ( suggestionid ) %] Cancel[% ELSE %] Cancel[% END %]
[% END %] -- 2.39.2