Lines 253-258
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
253 |
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'), |
253 |
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'), |
254 |
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'), |
254 |
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'), |
255 |
('OpacPrivacy','0',NULL,'if ON, allows patrons to define their privacy rules (reading history)','YesNo'), |
255 |
('OpacPrivacy','0',NULL,'if ON, allows patrons to define their privacy rules (reading history)','YesNo'), |
|
|
256 |
('OpacProtocol','http://','http://|https://','Public catalog/OPAC uses SSL','Choice'), |
256 |
('OpacPublic','1',NULL,'Turn on/off public OPAC','YesNo'), |
257 |
('OpacPublic','1',NULL,'Turn on/off public OPAC','YesNo'), |
257 |
('opacreadinghistory','1','','If ON, enables display of Patron Circulation History in OPAC','YesNo'), |
258 |
('opacreadinghistory','1','','If ON, enables display of Patron Circulation History in OPAC','YesNo'), |
258 |
('OpacRenewalAllowed','0',NULL,'If ON, users can renew their issues directly from their OPAC account','YesNo'), |
259 |
('OpacRenewalAllowed','0',NULL,'If ON, users can renew their issues directly from their OPAC account','YesNo'), |
Lines 306-312
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
306 |
('previousIssuesDefaultSortOrder','asc','asc|desc','Specify the sort order of Previous Issues on the circulation page','Choice'), |
307 |
('previousIssuesDefaultSortOrder','asc','asc|desc','Specify the sort order of Previous Issues on the circulation page','Choice'), |
307 |
('printcirculationslips','1','','If ON, enable printing circulation receipts','YesNo'), |
308 |
('printcirculationslips','1','','If ON, enable printing circulation receipts','YesNo'), |
308 |
('PrintNoticesMaxLines','0','','If greater than 0, sets the maximum number of lines an overdue notice will print. If the number of items is greater than this number, the notice will end with a warning asking the borrower to check their online account for a full list of overdue items.','Integer'), |
309 |
('PrintNoticesMaxLines','0','','If greater than 0, sets the maximum number of lines an overdue notice will print. If the number of items is greater than this number, the notice will end with a warning asking the borrower to check their online account for a full list of overdue items.','Integer'), |
309 |
('PublicCatalogUsesSSL',0,'','Public catalog/OPAC uses SSL','YesNo'), |
|
|
310 |
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'), |
310 |
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'), |
311 |
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'), |
311 |
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'), |
312 |
('QueryStemming','1',NULL,'If ON, enables query stemming','YesNo'), |
312 |
('QueryStemming','1',NULL,'If ON, enables query stemming','YesNo'), |