From 6b2dff33ce86f3be155f189a9ed535a649c97f02 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 27 Oct 2017 11:38:51 +0000 Subject: [PATCH] Bug 19538: Move EnableAdvancedCatalogingEdtor from 'Labs' to 'Cataloging' To test: 1 - View sysprefs 2 - Note 'Labs' tab 3 - Note EnableAdvancedCatalogingEditor is the only pref there 4 - Note that prefs works 5 - Apply patch 6 - Note 'Labs' tba is gone 7 - Check the 'Cataloging' tab (under Interface) 8 - There it is! 9 - Verify it still works Signed-off-by: Katrin Fischer --- 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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc index 0482478..3b2e2f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc +++ b/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
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index 9adefc7..da99f86 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/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, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref deleted file mode 100644 index 34fb6cd..0000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/labs.pref +++ /dev/null @@ -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. -- 2.1.4