View | Details | Raw Unified | Return to bug 6624
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_6624-OpenLibrarySearch_syspref.sql (+2 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type)
2
VALUES('OpenLibrarySearch','0','If Yes Open Library search results will show in OPAC',NULL,'YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 345-350 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
345
('OPACXSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on OPAC','Free'),
345
('OPACXSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on OPAC','Free'),
346
('OPACXSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on OPAC','Free'),
346
('OPACXSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on OPAC','Free'),
347
('OpenLibraryCovers','0',NULL,'If ON Openlibrary book covers will be show','YesNo'),
347
('OpenLibraryCovers','0',NULL,'If ON Openlibrary book covers will be show','YesNo'),
348
('OpenLibrarySearch','0',NULL,'If Yes Open Library search results will show in OPAC','YesNo'),
348
('OrderPdfFormat','pdfformat::layout3pages','Controls what script is used for printing (basketgroups)','','free'),
349
('OrderPdfFormat','pdfformat::layout3pages','Controls what script is used for printing (basketgroups)','','free'),
349
('OverDriveClientKey','','Client key for OverDrive integration','30','Free'),
350
('OverDriveClientKey','','Client key for OverDrive integration','30','Free'),
350
('OverDriveClientSecret','','Client key for OverDrive integration','30','YesNo'),
351
('OverDriveClientSecret','','Client key for OverDrive integration','30','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-1 / +6 lines)
Lines 116-121 Enhanced Content: Link Here
116
                  yes: Add
116
                  yes: Add
117
                  no: "Don't add"
117
                  no: "Don't add"
118
            - cover images from Open Library to search results and item detail pages on the OPAC.
118
            - cover images from Open Library to search results and item detail pages on the OPAC.
119
        -
120
            - pref: OpenLibrarySearch
121
              choices:
122
                  yes: Show
123
                  no: "Don't show"
124
            - search results from Open Library on the OPAC.
119
    Library Thing:
125
    Library Thing:
120
        # Awkward syntax below, due to quoting conflicts
126
        # Awkward syntax below, due to quoting conflicts
121
        -
127
        -
122
- 

Return to bug 6624