Lines 492-497
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
492 |
('OpacBrowseResults','1',NULL,'Disable/enable browsing and paging search results from the OPAC detail page.','YesNo'), |
492 |
('OpacBrowseResults','1',NULL,'Disable/enable browsing and paging search results from the OPAC detail page.','YesNo'), |
493 |
('OpacBrowseSearch', '0',NULL, "Elasticsearch only: add a page allowing users to 'browse' all items in the collection",'YesNo'), |
493 |
('OpacBrowseSearch', '0',NULL, "Elasticsearch only: add a page allowing users to 'browse' all items in the collection",'YesNo'), |
494 |
('OpacCatalogConcerns', '0', NULL, 'Allow logged in OPAC users to report catalog concerns', 'YesNo'), |
494 |
('OpacCatalogConcerns', '0', NULL, 'Allow logged in OPAC users to report catalog concerns', 'YesNo'), |
|
|
495 |
('OpacCiteModal','1', NULL, 'Enable or disable the Cite option in the OPAC record view.', 'YesNo'), |
495 |
('OpacCloud','0',NULL,'If ON, enables subject cloud on OPAC','YesNo'), |
496 |
('OpacCloud','0',NULL,'If ON, enables subject cloud on OPAC','YesNo'), |
496 |
('OpacCoce','0', NULL, 'If on, enables cover retrieval from the configured Coce server in the OPAC', 'YesNo'), |
497 |
('OpacCoce','0', NULL, 'If on, enables cover retrieval from the configured Coce server in the OPAC', 'YesNo'), |
497 |
('OPACComments','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
498 |
('OPACComments','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
498 |
- |
|
|