Lines 80-85
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
80 |
('BatchCheckoutsValidCategories','',NULL,'Patron categories allowed to checkout in a batch','Free'), |
80 |
('BatchCheckoutsValidCategories','',NULL,'Patron categories allowed to checkout in a batch','Free'), |
81 |
('BiblioAddsAuthorities','0',NULL,'If ON, adding a new biblio will check for an existing authority record and create one on the fly if one doesn\'t exist','YesNo'), |
81 |
('BiblioAddsAuthorities','0',NULL,'If ON, adding a new biblio will check for an existing authority record and create one on the fly if one doesn\'t exist','YesNo'), |
82 |
('BiblioDefaultView','normal','normal|marc|isbd','Choose the default detail view in the catalog; choose between normal, marc or isbd','Choice'), |
82 |
('BiblioDefaultView','normal','normal|marc|isbd','Choose the default detail view in the catalog; choose between normal, marc or isbd','Choice'), |
|
|
83 |
('BibtexExportAdditionalFields', '', NULL, 'Define additional BibTex tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.', 'textarea'), |
83 |
('BlockExpiredPatronOpacActions','1',NULL,'Set whether an expired patron can perform opac actions such as placing holds or renew books, can be overridden on a per patron-type basis','YesNo'), |
84 |
('BlockExpiredPatronOpacActions','1',NULL,'Set whether an expired patron can perform opac actions such as placing holds or renew books, can be overridden on a per patron-type basis','YesNo'), |
84 |
('BlockReturnOfWithdrawnItems','1','0','If enabled, items that are marked as withdrawn cannot be returned.','YesNo'), |
85 |
('BlockReturnOfWithdrawnItems','1','0','If enabled, items that are marked as withdrawn cannot be returned.','YesNo'), |
85 |
('BorrowerMandatoryField','surname|cardnumber',NULL,'Choose the mandatory fields for a patron\'s account','free'), |
86 |
('BorrowerMandatoryField','surname|cardnumber',NULL,'Choose the mandatory fields for a patron\'s account','free'), |
Lines 318-323
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
318 |
('OPACdefaultSortField','relevance','relevance|popularity|call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'), |
319 |
('OPACdefaultSortField','relevance','relevance|popularity|call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'), |
319 |
('OPACdefaultSortOrder','dsc','asc|dsc|za|az','Specify the default sort order','Choice'), |
320 |
('OPACdefaultSortOrder','dsc','asc|dsc|za|az','Specify the default sort order','Choice'), |
320 |
('OPACdidyoumean','',NULL,'Did you mean? configuration for the OPAC. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
321 |
('OPACdidyoumean','',NULL,'Did you mean? configuration for the OPAC. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
|
|
322 |
('OPACDigitalSigns',0,NULL, 'Turn digital signs in the OPAC on or off.','YesNo'), |
323 |
('OPACDigitalSignsCSS','',NULL,'Extra CSS to be included in all signs','Textarea'), |
324 |
('OPACDigitalSignsSwatches','abcde',NULL,'List the swatches that can be chosen when creating a new sign','free'), |
321 |
('OPACDisplay856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding OPACXSLT option must be on','Choice'), |
325 |
('OPACDisplay856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding OPACXSLT option must be on','Choice'), |
322 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'), |
326 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'), |
323 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
327 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
Lines 457-462
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
457 |
('ReturnpathDefault','',NULL,'Use this email address as return path or bounce address for undeliverable emails','Free'), |
461 |
('ReturnpathDefault','',NULL,'Use this email address as return path or bounce address for undeliverable emails','Free'), |
458 |
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'), |
462 |
('ReturnToShelvingCart','0','','If set, when any item is \'checked in\', it\'s location code will be changed to CART.','YesNo'), |
459 |
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
463 |
('reviewson','1','','If ON, enables patron reviews of bibliographic records in the OPAC','YesNo'), |
|
|
464 |
('RisExportAdditionalFields', '', NULL, 'Define additional RIS tags to export from MARC records in YAML format as an associative array with either a marc tag/subfield combination as the value, or a list of tag/subfield combinations.', 'textarea'), |
460 |
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), |
465 |
('RoutingListAddReserves','1','','If ON the patrons on routing lists are automatically added to holds on the issue.','YesNo'), |
461 |
('RoutingListNote','To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference.','70|10','Define a note to be shown on all routing lists','Textarea'), |
466 |
('RoutingListNote','To change this note edit <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RoutingListNote#jumped\">RoutingListNote</a> system preference.','70|10','Define a note to be shown on all routing lists','Textarea'), |
462 |
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'), |
467 |
('RoutingSerials','1',NULL,'If ON, serials routing is enabled','YesNo'), |