@@ -, +, @@ - Go to Administration > Z39.50/SRU servers - Modify or create an SRU server - Click on the 'Modify' button to change mappings - Verify the new window that opens is blank - Apply patch - Verify the pop-up now is no longer blank but works correctly. problem. Also fixed in the patch. --- .../intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt | 3 ++- koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt @@ -2,7 +2,7 @@ [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › SRU search fields mapping -[% INCLUDE 'doc-head-close.inc' %] +[% INCLUDE 'doc-head-close.inc' popup => 1 %] @@ -70,6 +70,7 @@ + [% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -130,7 +130,7 @@
Separate options by commas. Example: sru=get,sru_version=1.1. See also http://www.indexdata.com/yaz/doc/zoom.html.
  • - +
  • @@ -138,7 +138,7 @@
  • -
    Separate multiple filenames by commas. +
    Separate multiple filenames by commas.
  • --