@@ -, +, @@ search results --- ..._reduce_clicks_to_views_z39.50_card_preview.sql | 1 + .../en/modules/admin/preferences/cataloguing.pref | 7 ++++++ .../prog/en/modules/cataloguing/z3950_search.tt | 27 ++++++++++++++-------- 3 files changed, 26 insertions(+), 9 deletions(-) create mode 100644 installer/data/mysql/atomicupdate/wr308955_reduce_clicks_to_views_z39.50_card_preview.sql --- a/installer/data/mysql/atomicupdate/wr308955_reduce_clicks_to_views_z39.50_card_preview.sql +++ a/installer/data/mysql/atomicupdate/wr308955_reduce_clicks_to_views_z39.50_card_preview.sql @@ -0,0 +1, @@ +INSERT IGNORE INTO systempreferences (variable, value, options, explanation) VALUES ('Replacez3950CatalogingActionMenuWithLinks', 0, 'YesNo', 'Replace z39.50 cataloging action menu with three links: MARC preview, Card preview and Import, to reduce clicks for accessing preview functionality.'); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -248,6 +248,13 @@ Cataloging: - "
  • value of 001
  • " - "
  • subfields a and b of fields 245
  • " - "
  • all subfields of fields 600
  • " + - + - pref: Replacez3950CatalogingActionMenuWithLinks + choices: + yes: "Do" + no: "Don't" + - "replace z39.50 cataloging action menu with three links: MARC preview, Card preview and Import, reducing clicks for accessing preview functionality." + Importing: - - When matching on ISBN with the record import tool, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -7,6 +7,7 @@ [% INCLUDE 'doc-head-close.inc' %] @@ -131,16 +132,24 @@ [% END %] - + [% END %] [% END %] --