Lines 419-423
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
419 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
419 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
420 |
('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'), |
420 |
('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'), |
421 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
421 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
422 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo') |
422 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
423 |
; |
423 |
('MembershipExpiryDaysNotice' ,14,'Send a membership expiry notice that a patron is about to expire after',NULL,'Integer'); |