From e95b32a21a043f55b3c3732dc946a38d483d775b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 6 Sep 2024 10:06:33 +0000 Subject: [PATCH] Bug 23685: (follow-up) Add prefs to Administration form Test plan: Edit both prefs. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer --- .../modules/admin/preferences/staff_interface.pref | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref index c8f3f5e1e7..f6b5056897 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref @@ -126,6 +126,13 @@ Staff interface: 1: Highlight 0: Don't highlight - words searched for in the staff interface search results pages. + - + - pref: ReportsExportFormatODS + choices: + 1: Allow + 0: "Do not allow" + - Open Document Spreadsheet (ODS) as download format in Reports. + Options: - - pref: viewMARC @@ -190,6 +197,12 @@ Staff interface: 1: Show 0: "Don't show" - a search field pulldown for 'Search the catalog' boxes. + - + - Download a maximum of + - pref: ReportsExportLimit + class: integer + - 'records when downloading from the Reports Module.
NOTE: Only a positive value will enforce a limit. A specific limit in the report overrides this setting.' + Authentication: - - pref: staffShibOnly -- 2.39.5