Lines 417-422
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
417 |
('MaxTotalSuggestions','',NULL,'Number of total suggestions used for time limit with NumberOfSuggestionDays','Free'), |
417 |
('MaxTotalSuggestions','',NULL,'Number of total suggestions used for time limit with NumberOfSuggestionDays','Free'), |
418 |
('MembershipExpiryDaysNotice','',NULL,'Send an account expiration notice that a patron\'s card is about to expire after','Integer'), |
418 |
('MembershipExpiryDaysNotice','',NULL,'Send an account expiration notice that a patron\'s card is about to expire after','Integer'), |
419 |
('MergeReportFields','',NULL,'Displayed fields for deleted MARC records after merge','Free'), |
419 |
('MergeReportFields','',NULL,'Displayed fields for deleted MARC records after merge','Free'), |
|
|
420 |
('MessageQueueMode','on','on|off|plugins','Search Engine','Choice'), |
420 |
('minPasswordLength','8',NULL,'Specify the minimum length of a patron/staff password','free'), |
421 |
('minPasswordLength','8',NULL,'Specify the minimum length of a patron/staff password','free'), |
421 |
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''), |
422 |
('NewItemsDefaultLocation','','','If set, all new items will have a location of the given Location Code ( Authorized Value type LOC )',''), |
422 |
('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'), |
423 |
('NewsAuthorDisplay','none','none|opac|staff|both','Display the author name for news items.','Choice'), |
Lines 874-877
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
874 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
875 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
875 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
876 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
876 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
877 |
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') |
877 |
; |
878 |
; |