Lines 737-743
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
737 |
('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), |
737 |
('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), |
738 |
('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), |
738 |
('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), |
739 |
('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), |
739 |
('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), |
740 |
('StaffLoginBranchBasedOnIP', '0','', 'Set the logged in library for the user based on their current IP','YesNo'), |
740 |
('StaffLoginBranchBasedOnIP', '1','', 'Set the logged in library for the user based on their current IP','YesNo'), |
741 |
('StaffSearchResultsDisplayBranch','holdingbranch','holdingbranch|homebranch','Controls the display of the home or holding branch for staff search results','Choice'), |
741 |
('StaffSearchResultsDisplayBranch','holdingbranch','holdingbranch|homebranch','Controls the display of the home or holding branch for staff search results','Choice'), |
742 |
('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the staff interface','Integer'), |
742 |
('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the staff interface','Integer'), |
743 |
('staffShibOnly','0','','If ON enables shibboleth only authentication for the staff client','YesNo'), |
743 |
('staffShibOnly','0','','If ON enables shibboleth only authentication for the staff client','YesNo'), |
744 |
- |
|
|