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

(-)a/installer/data/mysql/sysprefs.sql (-3 / +2 lines)
Lines 210-215 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
210
('OPACAmazonCoverImages','0','','Display cover images on OPAC from Amazon Web Services','YesNo'),
210
('OPACAmazonCoverImages','0','','Display cover images on OPAC from Amazon Web Services','YesNo'),
211
('OpacAuthorities','1',NULL,'If ON, enables the search authorities link on OPAC','YesNo'),
211
('OpacAuthorities','1',NULL,'If ON, enables the search authorities link on OPAC','YesNo'),
212
('OPACBaseURL',NULL,NULL,'Specify the Base URL of the OPAC, e.g., opac.mylibrary.com, the http:// will be added automatically by Koha.','Free'),
212
('OPACBaseURL',NULL,NULL,'Specify the Base URL of the OPAC, e.g., opac.mylibrary.com, the http:// will be added automatically by Koha.','Free'),
213
('OpacBelowLoginBox','', '30|10','HTML to show under the login box','Textarea'),
213
('opacbookbag','1','','If ON, enables display of Cart feature','YesNo'),
214
('opacbookbag','1','','If ON, enables display of Cart feature','YesNo'),
214
('OpacBrowser','0',NULL,'If ON, enables subject authorities browser on OPAC (needs to set misc/cronjob/sbuild_browser_and_cloud.pl)','YesNo'),
215
('OpacBrowser','0',NULL,'If ON, enables subject authorities browser on OPAC (needs to set misc/cronjob/sbuild_browser_and_cloud.pl)','YesNo'),
215
('OpacBrowseResults','1',NULL,'Disable/enable browsing and paging search results from the OPAC detail page.','YesNo'),
216
('OpacBrowseResults','1',NULL,'Disable/enable browsing and paging search results from the OPAC detail page.','YesNo'),
Lines 427-432 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
427
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
428
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
428
('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'),
429
('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'),
429
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
430
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
430
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
431
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo')
431
('OpacBelowLoginBox','', '30|10','HTML to show under the login box','Textarea')
432
;
432
;
433
- 

Return to bug 6864