[Koha-patches] [PATCH] Bug 7986 Follow Up: Update ExportWithCsvProfile

Nicole C. Engard nengard at bywatersolutions.com
Fri Oct 12 22:56:04 CEST 2012


The ExportWithCsvProfile preference was on it's 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.
---
 .../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 ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Searching" href="/cgi-bin/koha/admin/preferences.pl?tab=searching">Searching</a></li>
 [% IF ( serials ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Serials" href="/cgi-bin/koha/admin/preferences.pl?tab=serials">Serials</a></li>
 [% IF ( staff_client ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Staff client" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff client</a></li>
-[% IF ( tools ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Tools" href="/cgi-bin/koha/admin/preferences.pl?tab=tools">Tools</a></li>
 [% IF ( web_services ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Web services" href="/cgi-bin/koha/admin/preferences.pl?tab=web_services">Web services</a></li>
 </ul>
 </div>
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.2.3



More information about the Koha-patches mailing list