Lines 488-493
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
488 |
('OPACdefaultSortOrder','dsc','asc|dsc|za|az','Specify the default sort order','Choice'), |
488 |
('OPACdefaultSortOrder','dsc','asc|dsc|za|az','Specify the default sort order','Choice'), |
489 |
('OPACDetailQRCode','0','','Enable the display of a QR Code on the OPAC detail page','YesNo'), |
489 |
('OPACDetailQRCode','0','','Enable the display of a QR Code on the OPAC detail page','YesNo'), |
490 |
('OPACdidyoumean','',NULL,'Did you mean? configuration for the OPAC. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
490 |
('OPACdidyoumean','',NULL,'Did you mean? configuration for the OPAC. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
|
|
491 |
('OPACDisableSendList','0',NULL,'Allow OPAC users to email lists via a "Send list" button','YesNo'), |
491 |
('OPACDisplay856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding OPACXSLT option must be on','Choice'), |
492 |
('OPACDisplay856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding OPACXSLT option must be on','Choice'), |
492 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'), |
493 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'), |
493 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
494 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
494 |
- |
|
|