View | Details | Raw Unified | Return to bug 26606
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc (-2 / +1 lines)
Lines 47-53 function confirm_deletion(id) { Link Here
47
          + "&excluding=[% excluding | html %]"
47
          + "&excluding=[% excluding | html %]"
48
          + "&operator=[% operator | html %]"
48
          + "&operator=[% operator | html %]"
49
          + "&orderby=[% orderby | html %]"
49
          + "&orderby=[% orderby | html %]"
50
          + "&value=[% value |url %]"
50
          + "&value=[% value |uri %]"
51
          + "&startfrom=[% startfrom | html %]"
51
          + "&startfrom=[% startfrom | html %]"
52
          + "&resultsperpage=[% resultsperpage | html %]"
52
          + "&resultsperpage=[% resultsperpage | html %]"
53
          + "&csrf_token=[% csrf_token | html %]";
53
          + "&csrf_token=[% csrf_token | html %]";
54
- 

Return to bug 26606