@@ -, +, @@ Tools tab in the system preference editor (along with an existing Tools preference, MaxItemsForBatch. tab. --- .../intranet-tmpl/prog/en/includes/prefs-menu.inc | 1 - .../en/modules/admin/preferences/creators.pref | 7 ------- .../prog/en/modules/admin/preferences/tools.pref | 17 ++++++++++++----- .../prog/en/modules/help/admin/preferences.tt | 3 +-- 4 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/creators.pref --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc @@ -5,7 +5,6 @@ [% IF ( authorities ) %]
  • [% ELSE %]
  • [% END %]Authorities
  • [% IF ( cataloguing ) %]
  • [% ELSE %]
  • [% END %]Cataloging
  • [% IF ( circulation ) %]
  • [% ELSE %]
  • [% END %]Circulation
  • -[% IF ( creators ) %]
  • [% ELSE %]
  • [% END %]Creators
  • [% IF ( enhanced_content ) %]
  • [% ELSE %]
  • [% END %]Enhanced content
  • [% IF ( i18n_l10n ) %]
  • [% ELSE %]
  • [% END %]I18N/L10N
  • [% IF ( local_use ) %]
  • [% ELSE %]
  • [% END %]Local use
  • --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/creators.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/creators.pref @@ -1,7 +0,0 @@ -Creators: - Patron Cards: - - - - Limit the number of creator images stored in the database to - - pref: ImageLimit - class: Integer - - images. --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref @@ -1,6 +1,13 @@ Tools: - - - - Process up to - - pref: MaxItemsForBatch - class: integer - - items in a single modification or deletion batch. + Batch item modification: + - + - Process up to + - pref: MaxItemsForBatch + class: integer + - items in a single modification or deletion batch. + Patron cards: + - + - Limit the number of creator images stored in the database to + - pref: ImageLimit + class: Integer + - images. --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt @@ -20,7 +20,6 @@
  • Authorities: holds preference related to handling authority records.
  • Cataloging: holds preferences that control the cataloging functions. This is where you choose your MARC flavor, set up Z39.50 and barcoding.
  • Circulation: holds preferences that control circulation functions such as holds and fines.
  • -
  • Creators: this tab contains preferences related to modules that create objects.
  • Enhanced Content: holds preferences that will add content from outside sources to your OPAC and Staff Client. This is where you can turn on cover images, FRBR and tagging.
  • I18N/L10N: holds preferences related to internationalization and localization such as date formats and languages.
  • Local Use: this tab will usually be empty unless your library has a preference just for your library.
  • @@ -35,4 +34,4 @@

    See the full documentation for System Preferences in the manual (online).

    -[% INCLUDE 'help-bottom.inc' %] +[% INCLUDE 'help-bottom.inc' %] --