Lines 454-458
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
454 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
454 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
455 |
('yuipath','local','local|http://yui.yahooapis.com/2.5.1/build','Insert the path to YUI libraries, choose local if you use koha offline','Choice'), |
455 |
('yuipath','local','local|http://yui.yahooapis.com/2.5.1/build','Insert the path to YUI libraries, choose local if you use koha offline','Choice'), |
456 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
456 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
457 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo') |
457 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
458 |
; |
458 |
('MembershipExpiryDaysNotice' ,14,'Send a membership expiry notice that a patron is about to expire after',NULL,'Integer'); |