Lines 515-521
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
515 |
('OpacLocationBranchToDisplay','holding','holding|home|both','In the OPAC, under location show which branch for Location in the record details.','Choice'), |
515 |
('OpacLocationBranchToDisplay','holding','holding|home|both','In the OPAC, under location show which branch for Location in the record details.','Choice'), |
516 |
('OpacLocationOnDetail','holding','holding|home|both|column','In the OPAC detail, display the shelving location on its own column or under a library columns.', 'Choice'), |
516 |
('OpacLocationOnDetail','holding','holding|home|both|column','In the OPAC detail, display the shelving location on its own column or under a library columns.', 'Choice'), |
517 |
('OPACLoginLabelTextContent','cardnumber',NULL,NULL,NULL), |
517 |
('OPACLoginLabelTextContent','cardnumber',NULL,NULL,NULL), |
518 |
('OPACPasswordLabelTextContent','password',NULL,NULL,NULL), |
|
|
519 |
('OpacMaintenance','0','','If ON, enables maintenance warning in OPAC','YesNo'), |
518 |
('OpacMaintenance','0','','If ON, enables maintenance warning in OPAC','YesNo'), |
520 |
('OPACMandatoryHoldDates', '', '|start|end|both', 'Define which hold dates are required on OPAC reserve form', 'Choice'), |
519 |
('OPACMandatoryHoldDates', '', '|start|end|both', 'Define which hold dates are required on OPAC reserve form', 'Choice'), |
521 |
('OpacMaxItemsToDisplay','50','','Max items to display at the OPAC on a biblio detail','Integer'), |
520 |
('OpacMaxItemsToDisplay','50','','Max items to display at the OPAC on a biblio detail','Integer'), |
Lines 531-536
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
531 |
('OPACOpenURLItemTypes', '', NULL, 'Show the OpenURL link only for these item types', 'Free'), |
530 |
('OPACOpenURLItemTypes', '', NULL, 'Show the OpenURL link only for these item types', 'Free'), |
532 |
('OPACOverDrive','0',NULL,'Enable OverDrive integration in the OPAC','YesNo'), |
531 |
('OPACOverDrive','0',NULL,'Enable OverDrive integration in the OPAC','YesNo'), |
533 |
('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'), |
532 |
('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'), |
|
|
533 |
('OPACPasswordLabelTextContent','password',NULL,NULL,NULL), |
534 |
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'), |
534 |
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'), |
535 |
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'), |
535 |
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'), |
536 |
('OPACPlayMusicalInscripts','0','','If displayed musical inscripts, play midi conversion on the OPAC record details page.','YesNo'), |
536 |
('OPACPlayMusicalInscripts','0','','If displayed musical inscripts, play midi conversion on the OPAC record details page.','YesNo'), |
537 |
- |
|
|