@@ -, +, @@ after deleting an authority record --- koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc @@ -47,7 +47,7 @@ function confirm_deletion(id) { + "&excluding=[% excluding | html %]" + "&operator=[% operator | html %]" + "&orderby=[% orderby | html %]" - + "&value=[% value |url %]" + + "&value=[% value |uri %]" + "&startfrom=[% startfrom | html %]" + "&resultsperpage=[% resultsperpage | html %]" + "&csrf_token=[% csrf_token | html %]"; --