From 513bd0faa9542752767bb596afbcee04e03d6a0d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 6 May 2014 20:24:52 +0000 Subject: [PATCH] Bug 12190: fold the "Creators" system preference tab into "Tools" The "Creators" tab in the system preferences editor had only one preference. In order to consolidate the display as well as to address the issue that "creators" doesn't have much of a connection to "patron cards", the ImageLimit system preference is moved to the Tools tab by this patch. To test: [1] Verify that the ImageLimit preference now shows up in the Tools tab in the system preference editor (along with an existing Tools preference, MaxItemsForBatch. [2] Verify that the sysprefs editor no longer has a "Creators" tab. Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/includes/prefs-menu.inc | 1 - .../prog/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 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 af23ab7..3b2e2f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc +++ b/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
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/creators.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/creators.pref deleted file mode 100644 index bb92b8f..0000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/creators.pref +++ /dev/null @@ -1,7 +0,0 @@ -Creators: - Patron Cards: - - - - Limit the number of creator images stored in the database to - - pref: ImageLimit - class: Integer - - images. diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref index 1d1e884..636a9f6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref +++ b/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. diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt index 302e961..98dbb97 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt +++ b/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' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] -- 1.7.10.4