From 0b758a624969db72b87dd270b0f8f1672d3737ce Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 25 May 2012 11:29:23 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 8152: Clicking cancel link on edit suggestion redirect to the suggestions list Signed-off-by: Kyle M Hall --- .../prog/en/modules/suggestion/suggestion.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 9bce8c7..da8fdbe 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 %] -- 1.7.2.5