Lines 139-145
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
139 |
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''), |
139 |
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''), |
140 |
('EnableSearchHistory','0','','Enable or disable search history','YesNo'), |
140 |
('EnableSearchHistory','0','','Enable or disable search history','YesNo'), |
141 |
('EnhancedMessagingPreferences','0','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'), |
141 |
('EnhancedMessagingPreferences','0','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'), |
142 |
('EnhancedMessagingPreferencesOPAC',1, 'Show the patrons messaging preferences page in the OPAC', NULL, 'YesNo'), |
142 |
('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'), |
143 |
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'), |
143 |
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'), |
144 |
('ExpireReservesMaxPickUpDelay','0','','Enabling this allows holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay','YesNo'), |
144 |
('ExpireReservesMaxPickUpDelay','0','','Enabling this allows holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay','YesNo'), |
145 |
('ExpireReservesMaxPickUpDelayCharge','0',NULL,'If ExpireReservesMaxPickUpDelay is enabled, and this field has a non-zero value, than a borrower whose waiting hold has expired will be charged this amount.','free'), |
145 |
('ExpireReservesMaxPickUpDelayCharge','0',NULL,'If ExpireReservesMaxPickUpDelay is enabled, and this field has a non-zero value, than a borrower whose waiting hold has expired will be charged this amount.','free'), |
Lines 292-298
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
292 |
('OPACdefaultSortOrder','dsc','asc|dsc|za|az','Specify the default sort order','Choice'), |
292 |
('OPACdefaultSortOrder','dsc','asc|dsc|za|az','Specify the default sort order','Choice'), |
293 |
('OPACdidyoumean','',NULL,'Did you mean? configuration for the OPAC. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
293 |
('OPACdidyoumean','',NULL,'Did you mean? configuration for the OPAC. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'), |
294 |
('OPACDisplay856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding OPACXSLT option must be on','Choice'), |
294 |
('OPACDisplay856uAsImage','OFF','OFF|Details|Results|Both','Display the URI in the 856u field as an image, the corresponding OPACXSLT option must be on','Choice'), |
295 |
('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'), |
|
|
296 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'), |
295 |
('OpacExportOptions','bibtex,dc,marcxml,marc8,utf8,marcstd,mods,ris,isbd','','Define export options available on OPAC detail page.','multiple'), |
297 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
296 |
('OPACFallback', 'prog', 'bootstrap|prog', 'Define the fallback theme for the OPAC interface.', 'Themes'), |
298 |
('OpacFavicon','','','Enter a complete URL to an image to replace the default Koha favicon on the OPAC','free'), |
297 |
('OpacFavicon','','','Enter a complete URL to an image to replace the default Koha favicon on the OPAC','free'), |
299 |
- |
|
|