Bug 36665: (follow-up) Rephrase system preference description
... and replace some branches with libraries. Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> (cherry picked from commit0d4ee53198
) Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> (cherry picked from commita6b9845ecf
) Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
495a48d1bb
commit
326cf436f6
2 changed files with 2 additions and 2 deletions
|
@ -690,7 +690,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
|
||||||
('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'),
|
('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'),
|
('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'),
|
('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'),
|
('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'),
|
('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'),
|
('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'),
|
||||||
|
|
|
@ -108,7 +108,7 @@ Administration:
|
||||||
0: "No"
|
0: "No"
|
||||||
- (Disable only when remote IP address changes frequently.)
|
- (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
|
- pref: StaffLoginBranchBasedOnIP
|
||||||
default: 0
|
default: 0
|
||||||
choices:
|
choices:
|
||||||
|
|
Loading…
Reference in a new issue