Lines 722-727
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
722 |
('StaffDetailItemSelection', '1', NULL, 'Enable item selection in record detail page', 'YesNo'), |
722 |
('StaffDetailItemSelection', '1', NULL, 'Enable item selection in record detail page', 'YesNo'), |
723 |
('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), |
723 |
('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), |
724 |
('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), |
724 |
('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), |
|
|
725 |
('StaffLocationOnDetail','home','holding|home|both|column','In the staff interface detail, display the shelving location on its own column or under a library columns.', 'Choice'), |
725 |
('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), |
726 |
('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), |
726 |
('StaffSearchResultsDisplayBranch','holdingbranch','holdingbranch|homebranch','Controls the display of the home or holding branch for staff search results','Choice'), |
727 |
('StaffSearchResultsDisplayBranch','holdingbranch','holdingbranch|homebranch','Controls the display of the home or holding branch for staff search results','Choice'), |
727 |
('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the staff interface','Integer'), |
728 |
('StaffSerialIssueDisplayCount','3','','Number of serial issues to display per subscription in the staff interface','Integer'), |
728 |
- |
|
|