From 47b9ed462d756c64d042fc8d3f82b335c99236c0 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 12 Oct 2012 16:55:54 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 7986 Follow Up: Update ExportWithCsvProfile Content-Type: text/plain; charset="utf-8" The ExportWithCsvProfile preference was on its own file (tools.pref) when in reality it belonged on the circulation tab. This patch removes the tools.pref file and moves the ExportWithCsvProfile preference and updates the text around it to make it clearer. Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/includes/prefs-menu.inc | 1 - .../en/modules/admin/preferences/circulation.pref | 4 ++++ .../prog/en/modules/admin/preferences/tools.pref | 4 ---- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.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..3ecaefc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc @@ -15,7 +15,6 @@ [% IF ( searching ) %]
  • [% ELSE %]
  • [% END %]Searching
  • [% IF ( serials ) %]
  • [% ELSE %]
  • [% END %]Serials
  • [% IF ( staff_client ) %]
  • [% ELSE %]
  • [% END %]Staff client
  • -[% IF ( tools ) %]
  • [% ELSE %]
  • [% END %]Tools
  • [% IF ( web_services ) %]
  • [% ELSE %]
  • [% END %]Web services
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 62938b4..7649d33 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -116,6 +116,10 @@ Circulation: no: "Do not" - update a bibliographic record's total issues count whenever an item is issued (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total issues count). - + - Use the + - pref: ExportWithCsvProfile + - CSV profile when exporting patron checkout history (enter CSV Profile name) + - - pref: ExportRemoveFields - choices: yes: Export 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 deleted file mode 100644 index 2891b0e..0000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref +++ /dev/null @@ -1,4 +0,0 @@ -Tools: - - - - pref: ExportWithCsvProfile - - CSV profile for export -- 1.7.9.5