Lines 6-11
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
6 |
('AcquisitionDetails', '1', '', 'Hide/Show acquisition details on the biblio detail page.', 'YesNo'), |
6 |
('AcquisitionDetails', '1', '', 'Hide/Show acquisition details on the biblio detail page.', 'YesNo'), |
7 |
('AcqViewBaskets','user','user|branch|all','Define which baskets a user is allowed to view: his own only, any within his branch or all','Choice'), |
7 |
('AcqViewBaskets','user','user|branch|all','Define which baskets a user is allowed to view: his own only, any within his branch or all','Choice'), |
8 |
('AcqWarnOnDuplicateInvoice','0','','Warn librarians when they try to create a duplicate invoice','YesNo'), |
8 |
('AcqWarnOnDuplicateInvoice','0','','Warn librarians when they try to create a duplicate invoice','YesNo'), |
|
|
9 |
('AdditionalGuarantorField','',NULL,'Additional fields name to be transfer from guarantor to guarantee.','free'), |
10 |
('AddPatronLists','categorycode','categorycode|category_type','Allow user to choose what list to pick up from when adding patrons','Choice'), |
9 |
('AddressFormat','us','','Choose format to display postal addresses', 'Choice'), |
11 |
('AddressFormat','us','','Choose format to display postal addresses', 'Choice'), |
10 |
('advancedMARCeditor','0','','If ON, the MARC editor won\'t display field/subfield descriptions','YesNo'), |
12 |
('advancedMARCeditor','0','','If ON, the MARC editor won\'t display field/subfield descriptions','YesNo'), |
11 |
('AdvancedSearchLanguages','','','ISO 639-2 codes of languages you wish to see appear as an Advanced search option. Example: eng|fre|ita','Textarea'), |
13 |
('AdvancedSearchLanguages','','','ISO 639-2 codes of languages you wish to see appear as an Advanced search option. Example: eng|fre|ita','Textarea'), |
Lines 542-546
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
542 |
('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'), |
544 |
('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'), |
543 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
545 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
544 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
546 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
545 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo') |
547 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
546 |
; |
548 |
; |