From: Nicole C. Engard Date: Fri, 12 Oct 2012 20:55:54 +0000 (-0400) Subject: Bug 7986 Follow Up: Update ExportWithCsvProfile X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=3a4129e6a3ddac568949e32b0f5d699a8dc607fc;p=koha.git Bug 7986 Follow Up: Update ExportWithCsvProfile 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 Signed-off-by: Jonathan Druart --- 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 af23ab71b3..3ecaefcde7 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 e953d390a3..4c30cd7d9a 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 @@ -110,6 +110,10 @@ Circulation: yes: Do 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: 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 2891b0efc9..0000000000 --- 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