Lines 435-441
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
435 |
('OpacPrivacy','0',NULL,'if ON, allows patrons to define their privacy rules (reading history)','YesNo'), |
435 |
('OpacPrivacy','0',NULL,'if ON, allows patrons to define their privacy rules (reading history)','YesNo'), |
436 |
('OpacPublic','1',NULL,'Turn on/off public OPAC','YesNo'), |
436 |
('OpacPublic','1',NULL,'Turn on/off public OPAC','YesNo'), |
437 |
('opacreadinghistory','1','','If ON, enables display of Patron Circulation History in OPAC','YesNo'), |
437 |
('opacreadinghistory','1','','If ON, enables display of Patron Circulation History in OPAC','YesNo'), |
438 |
('OpacRenewalAllowed','0',NULL,'If ON, users can renew their issues directly from their OPAC account','YesNo'), |
438 |
('OpacRenewalAllowed','1',NULL,'If ON, users can renew their issues directly from their OPAC account','YesNo'), |
439 |
('OpacRenewalBranch','checkoutbranch','itemhomebranch|patronhomebranch|checkoutbranch|none','Choose how the branch for an OPAC renewal is recorded in statistics','Choice'), |
439 |
('OpacRenewalBranch','checkoutbranch','itemhomebranch|patronhomebranch|checkoutbranch|none','Choose how the branch for an OPAC renewal is recorded in statistics','Choice'), |
440 |
('OPACReportProblem', 0, NULL, 'Allow patrons to submit problem reports for OPAC pages to the library or Koha Administrator', 'YesNo'), |
440 |
('OPACReportProblem', 0, NULL, 'Allow patrons to submit problem reports for OPAC pages to the library or Koha Administrator', 'YesNo'), |
441 |
('OpacResetPassword','0','','Shows the ''Forgot your password?'' link in the OPAC','YesNo'), |
441 |
('OpacResetPassword','0','','Shows the ''Forgot your password?'' link in the OPAC','YesNo'), |
442 |
- |
|
|