@@ -, +, @@ 'Cataloging' --- koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc | 1 - .../prog/en/modules/admin/preferences/cataloguing.pref | 9 +++++++++ .../intranet-tmpl/prog/en/modules/admin/preferences/labs.pref | 11 ----------- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc @@ -7,7 +7,6 @@ [% IF ( circulation ) %]
  • [% ELSE %]
  • [% END %]Circulation
  • [% IF ( enhanced_content ) %]
  • [% ELSE %]
  • [% END %]Enhanced content
  • [% IF ( i18n_l10n ) %]
  • [% ELSE %]
  • [% END %]I18N/L10N
  • -[% IF ( labs ) %]
  • [% ELSE %]
  • [% END %]Labs
  • [% IF ( local_use ) %]
  • [% ELSE %]
  • [% END %]Local use
  • [% IF ( logs ) %]
  • [% ELSE %]
  • [% END %]Logs
  • [% IF ( opac ) %]
  • [% ELSE %]
  • [% END %]OPAC
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -18,6 +18,15 @@ Cataloging: yes: Display no: "Don't Display" - easy ways to create analytical record relationships + - + - pref: EnableAdvancedCatalogingEditor + default: 0 + choices: + yes: Enable + no: "Don't enable" + - the advanced cataloging editor. + - "
    NOTE:" + - Currently does not include support for UNIMARC or NORMARC fixed fields. Spine Labels: - - When using the quick spine label printer, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref @@ -1,11 +0,0 @@ -Labs: - All: - - - - pref: EnableAdvancedCatalogingEditor - default: 0 - choices: - yes: Enable - no: "Don't enable" - - the advanced cataloging editor. - - "
    NOTE:" - - This feature is currently experimental, and may have bugs that cause corruption of records. It also does not include any support for UNIMARC or NORMARC fixed fields. Please help us test it and report any bugs, but do so at your own risk. --