|
Lines 489-495
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 489 |
('OpacAllowPublicListCreation','1',NULL,'If set, allows opac users to create public lists','YesNo'), |
489 |
('OpacAllowPublicListCreation','1',NULL,'If set, allows opac users to create public lists','YesNo'), |
| 490 |
('OpacAllowSharingPrivateLists','0',NULL,'If set, allows opac users to share private lists with other patrons','YesNo'), |
490 |
('OpacAllowSharingPrivateLists','0',NULL,'If set, allows opac users to share private lists with other patrons','YesNo'), |
| 491 |
('OPACAllowUserToChangeBranch','','Pending, In-Transit, Suspended','Allow users to change the library to pick up a hold for these statuses:','multiple'), |
491 |
('OPACAllowUserToChangeBranch','','Pending, In-Transit, Suspended','Allow users to change the library to pick up a hold for these statuses:','multiple'), |
| 492 |
/kohadevbox/koha/installer/data/mysql/mandatory/sysprefs.sql('OPACAllowUserToChooseBranch','1',NULL,'Allow the user to choose the branch they want to pickup their hold from','YesNo'), |
492 |
('OPACAllowUserToChooseBranch','1',NULL,'Allow the user to choose the branch they want to pickup their hold from','YesNo'), |
| 493 |
('OPACAmazonCoverImages','0',NULL,'Display cover images on OPAC from Amazon Web Services','YesNo'), |
493 |
('OPACAmazonCoverImages','0',NULL,'Display cover images on OPAC from Amazon Web Services','YesNo'), |
| 494 |
('OPACAuthorIdentifiersAndInformation', '', NULL, 'Display author information on the OPAC detail page','multiple_sortable'), |
494 |
('OPACAuthorIdentifiersAndInformation', '', NULL, 'Display author information on the OPAC detail page','multiple_sortable'), |
| 495 |
('OpacAuthorities','1',NULL,'If ON, enables the search authorities link on OPAC','YesNo'), |
495 |
('OpacAuthorities','1',NULL,'If ON, enables the search authorities link on OPAC','YesNo'), |
|
Lines 877-888
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 877 |
('useDaysMode','Calendar','Calendar|Days|Datedue|Dayweek','Choose the method for calculating due date: select Calendar, Datedue or Dayweek to use the holidays module, and Days to ignore the holidays module','Choice'), |
877 |
('useDaysMode','Calendar','Calendar|Days|Datedue|Dayweek','Choose the method for calculating due date: select Calendar, Datedue or Dayweek to use the holidays module, and Days to ignore the holidays module','Choice'), |
| 878 |
('useDefaultReplacementCost', '0', NULL, 'default replacement cost defined in item type', 'YesNo'), |
878 |
('useDefaultReplacementCost', '0', NULL, 'default replacement cost defined in item type', 'YesNo'), |
| 879 |
('useDischarge','0',NULL,'Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'), |
879 |
('useDischarge','0',NULL,'Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'), |
|
|
880 |
('UseHoldsQueueFilterOptions','1',NULL,'If enabled, the holds queue will present the user with filter options before running','YesNo'), |
| 880 |
('UseICUStyleQuotes','0',NULL,'Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'), |
881 |
('UseICUStyleQuotes','0',NULL,'Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'), |
| 881 |
('UseLocationAsAQInSIP', '0', NULL, 'Use permanent_location instead of homebranch for AQ in SIP response', 'YesNo'), |
882 |
('UseLocationAsAQInSIP', '0', NULL, 'Use permanent_location instead of homebranch for AQ in SIP response', 'YesNo'), |
| 882 |
('UseLibraryFloatLimits', '0', '', 'Enables library float limits', 'YesNo'), |
883 |
('UseLibraryFloatLimits', '0', '', 'Enables library float limits', 'YesNo'), |
| 883 |
('UseOCLCEncodingLevels','0',NULL,'If enabled, include OCLC encoding levels in leader value builder dropdown for position 17.','YesNo'), |
884 |
('UseOCLCEncodingLevels','0',NULL,'If enabled, include OCLC encoding levels in leader value builder dropdown for position 17.','YesNo'), |
| 884 |
('UseRecalls','0',NULL,'Enable or disable recalls','YesNo'), |
885 |
('UseRecalls','0',NULL,'Enable or disable recalls','YesNo'), |
| 885 |
('UseHoldsQueueFilterOptions','1',NULL,'If enabled, the holds queue will present the user with filter options before running','YesNo'), |
|
|
| 886 |
('UseTransportCostMatrix','0',NULL,'Use Transport Cost Matrix when filling holds','YesNo'), |
886 |
('UseTransportCostMatrix','0',NULL,'Use Transport Cost Matrix when filling holds','YesNo'), |
| 887 |
('UseWYSIWYGinSystemPreferences','0',NULL,'Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'), |
887 |
('UseWYSIWYGinSystemPreferences','0',NULL,'Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'), |
| 888 |
('viewISBD','1',NULL,'Allow display of ISBD view of bibiographic records','YesNo'), |
888 |
('viewISBD','1',NULL,'Allow display of ISBD view of bibiographic records','YesNo'), |
| 889 |
- |
|
|