@@ -, +, @@ ShowComponentRecords syspref description --- .../prog/en/modules/admin/preferences/cataloguing.pref | 9 +++++++++ .../prog/en/modules/admin/preferences/staff_interface.pref | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -296,3 +296,12 @@ Cataloging: - "All values of repeating tags and subfields will be printed with the given RIS tag." - "
" - "Use of TY ( record type ) as a key will replace the default TY with the field value of your choosing." + - + - Show a list of component records, as linked via field 773, in + - pref: ShowComponentRecords + choices: + nowhere: "no" + staff: "staff interface" + opac: "OPAC" + both: "both staff interface and OPAC" + - record detail pages. Elasticsearch and UNIMARC are not supported. --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref @@ -181,12 +181,3 @@ Staff interface: yes: Show no: "Don't show" - a search field pulldown for 'Search the catalog' boxes. - - - - Show a list of component records, as linked via field 773, in - - pref: ShowComponentRecords - choices: - nowhere: "no" - staff: "staff client" - opac: "OPAC" - both: "both staff client and OPAC" - - record detail pages. --