Lines 405-410
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
405 |
('OPACXSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on OPAC','Free'), |
405 |
('OPACXSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on OPAC','Free'), |
406 |
('OPACXSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on OPAC','Free'), |
406 |
('OPACXSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on OPAC','Free'), |
407 |
('OPACXSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on OPAC','Free'), |
407 |
('OPACXSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on OPAC','Free'), |
|
|
408 |
('OPACZ3950','0','','Allow patrons to search for bibliographic records in other libraries via Z39.50.','YesNo'), |
408 |
('OpenLibraryCovers','0',NULL,'If ON Openlibrary book covers will be show','YesNo'), |
409 |
('OpenLibraryCovers','0',NULL,'If ON Openlibrary book covers will be show','YesNo'), |
409 |
('OpenLibrarySearch','0',NULL,'If Yes Open Library search results will show in OPAC','YesNo'), |
410 |
('OpenLibrarySearch','0',NULL,'If Yes Open Library search results will show in OPAC','YesNo'), |
410 |
('OrderPdfFormat','pdfformat::layout3pages','Controls what script is used for printing (basketgroups)','','free'), |
411 |
('OrderPdfFormat','pdfformat::layout3pages','Controls what script is used for printing (basketgroups)','','free'), |
Lines 603-608
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
603 |
('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'), |
604 |
('XSLTListsDisplay','default','','Enable XSLT stylesheet control over lists pages display on intranet','Free'), |
604 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
605 |
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), |
605 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
606 |
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), |
606 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), |
607 |
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo') |
607 |
('OPACZ3950','0','','Allow patrons to search for bibliographic records in other libraries via Z39.50.','YesNo') |
|
|
608 |
; |
608 |
; |