From 326cf436f69cca6493948c4b2fed943f8aeec8b3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 22 May 2024 14:14:32 +0000 Subject: [PATCH] Bug 36665: (follow-up) Rephrase system preference description ... and replace some branches with libraries. Signed-off-by: Katrin Fischer (cherry picked from commit 0d4ee5319875439d2309bfae5d7f0054d2d02194) Signed-off-by: Fridolin Somers (cherry picked from commit a6b9845ecf127768729a40ddb3872141adde6522) Signed-off-by: Lucas Gass --- installer/data/mysql/mandatory/sysprefs.sql | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql index 2f8ba2b750..c853845ad0 100644 --- a/installer/data/mysql/mandatory/sysprefs.sql +++ b/installer/data/mysql/mandatory/sysprefs.sql @@ -690,7 +690,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), ('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), ('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), -('StaffLoginBranchBasedOnIP', '0','', 'Set the logged in branch for the user based on their current IP','YesNo'), +('StaffLoginBranchBasedOnIP', '0','', 'Set the logged in library for the user based on their current IP','YesNo'), ('StaffSearchResultsDisplayBranch','holdingbranch','holdingbranch|homebranch','Controls the display of the home or holding branch for staff search results','Choice'), ('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the staff interface','Integer'), ('StaticHoldsQueueWeight','0',NULL,'Specify a list of library location codes separated by commas -- the list of codes will be traversed and weighted with first values given higher weight for holds fulfillment -- alternatively, if RandomizeHoldsQueueWeight is set, the list will be randomly selective','Integer'), diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index e86b1a04b5..447f4f95d3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -108,7 +108,7 @@ Administration: 0: "No" - (Disable only when remote IP address changes frequently.) - - - "Set the logged in branch for staff based on their current branch: " + - "Set logged in library for staff by matching their current IP to the library configuration: " - pref: StaffLoginBranchBasedOnIP default: 0 choices: -- 2.39.5