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