Lines 328-333
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
328 |
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'), |
328 |
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'), |
329 |
('SCOUserCSS','',NULL,'Add CSS to be included in the SCO module in an embedded <style> tag.','free'), |
329 |
('SCOUserCSS','',NULL,'Add CSS to be included in the SCO module in an embedded <style> tag.','free'), |
330 |
('SCOUserJS','',NULL,'Define custom javascript for inclusion in the SCO module','free'), |
330 |
('SCOUserJS','',NULL,'Define custom javascript for inclusion in the SCO module','free'), |
|
|
331 |
('SearchEngine','Zebra','Solr|Zebra','Search Engine','Choice'), |
331 |
('SearchMyLibraryFirst','0',NULL,'If ON, OPAC searches return results limited by the user\'s library by default if they are logged in','YesNo'), |
332 |
('SearchMyLibraryFirst','0',NULL,'If ON, OPAC searches return results limited by the user\'s library by default if they are logged in','YesNo'), |
332 |
('SelfCheckHelpMessage','','70|10','Enter HTML to include under the basic Web-based Self Checkout instructions on the Help page','Textarea'), |
333 |
('SelfCheckHelpMessage','','70|10','Enter HTML to include under the basic Web-based Self Checkout instructions on the Help page','Textarea'), |
333 |
('SelfCheckTimeout','120','','Define the number of seconds before the Web-based Self Checkout times out a patron','Integer'), |
334 |
('SelfCheckTimeout','120','','Define the number of seconds before the Web-based Self Checkout times out a patron','Integer'), |
334 |
- |
|
|