From 1ffad2e9124f7c1b28a38f47d5a55667ce8bbd74 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 20 Jul 2012 10:48:27 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 7628: Escape '+' characters for categorycode Content-Type: text/plain; charset="utf-8" uri escape the following characters: &, @, /, ;, :, =, +, ? and $ Signed-off-by: Marc Veron Test and sign off second patch (independently from first patch). Added categories like '+zwoelf' or '? Test' before applying the patch. Deletion was not possible. After applying patch deletion is possible, patch works as expected. --- .../prog/en/modules/admin/categorie.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt index e0be34b..711a223 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categorie.tt @@ -290,7 +290,7 @@ Confirm deletion of category [% categorycode |html %][% END %] [% loo.categorycode |html %] - [% loo.description |html %] + [% loo.description |html %] [% IF ( loo.type_A ) %]Adult[% END %] @@ -337,8 +337,8 @@ Confirm deletion of category [% categorycode |html %][% END %] [% END %] [% END %] - Edit - Delete + Edit + Delete [% END %] -- 1.7.2.5