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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +2 lines)
Lines 173-179 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
173
('ComponentSortField','title','call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'),
173
('ComponentSortField','title','call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'),
174
('ComponentSortOrder','asc','asc|dsc|az|za','Specify the default sort order','Choice'),
174
('ComponentSortOrder','asc','asc|dsc|az|za','Specify the default sort order','Choice'),
175
('ConfirmFutureHolds','0','','Number of days for confirming future holds','Integer'),
175
('ConfirmFutureHolds','0','','Number of days for confirming future holds','Integer'),
176
('ConsiderHeadingUse', '0', NULL, 'Consider authority heading use (main/added entry, or subject, or series title) in cataloging and linking', 'YesNo'),
176
('ConsiderHeadingUse', '0', NULL, 'Consider MARC21 authority heading use (main/added entry, or subject, or series title) in cataloging and linking', 'YesNo'),
177
('ConsiderLibraryHoursInCirculation', 'close', 'close|open|ignore', "Take library opening hours into consideration to calculate due date when circulating.", 'Choice'),
177
('ConsiderLibraryHoursInCirculation', 'close', 'close|open|ignore', "Take library opening hours into consideration to calculate due date when circulating.", 'Choice'),
178
('ConsiderOnSiteCheckoutsAsNormalCheckouts','1',NULL,'Consider on-site checkouts as normal checkouts','YesNo'),
178
('ConsiderOnSiteCheckoutsAsNormalCheckouts','1',NULL,'Consider on-site checkouts as normal checkouts','YesNo'),
179
('ContentWarningField', '', NULL, 'MARC field to use for content warnings', 'Free'),
179
('ContentWarningField', '', NULL, 'MARC field to use for content warnings', 'Free'),
Lines 732-738 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
732
('ShelfBrowserUsesLocation','1','1','Use the item location when finding items for the shelf browser.','YesNo'),
732
('ShelfBrowserUsesLocation','1','1','Use the item location when finding items for the shelf browser.','YesNo'),
733
('ShowAllCheckins', '0', '', 'Show all checkins', 'YesNo'),
733
('ShowAllCheckins', '0', '', 'Show all checkins', 'YesNo'),
734
('ShowComponentRecords', 'nowhere', 'nowhere|staff|opac|both','In which record detail pages to show list of the component records, as linked via 773','Choice'),
734
('ShowComponentRecords', 'nowhere', 'nowhere|staff|opac|both','In which record detail pages to show list of the component records, as linked via 773','Choice'),
735
('ShowHeadingUse', '0', NULL, 'Show whether authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title', 'YesNo'),
735
('ShowHeadingUse', '0', NULL, 'Show whether MARC21 authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title', 'YesNo'),
736
('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'),
736
('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'),
737
('showLastPatronCount', '10', '', 'How many patrons should showLastPatron remember', 'Integer'),
737
('showLastPatronCount', '10', '', 'How many patrons should showLastPatron remember', 'Integer'),
738
('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'),
738
('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref (-1 / +1 lines)
Lines 101-107 Authorities: Link Here
101
              choices:
101
              choices:
102
                  1: Do
102
                  1: Do
103
                  0: "Don't"
103
                  0: "Don't"
104
            - consider the intended use of authority records (008/14-16) during cataloging and linking.
104
            - consider the intended use of MARC21 authority records (008/14-16) during cataloging and linking.
105
            - "<br/>NOTE: If you enable this preference, 'No attempt to code' in 008/14-16 is excluded from search results too."
105
            - "<br/>NOTE: If you enable this preference, 'No attempt to code' in 008/14-16 is excluded from search results too."
106
106
107
    Linker:
107
    Linker:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref (-2 / +1 lines)
Lines 364-370 Searching: Link Here
364
              choices:
364
              choices:
365
                  1: Show
365
                  1: Show
366
                  0: "Don't show"
366
                  0: "Don't show"
367
            - "whether an authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title."
367
            - "whether a MARC21 authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title."
368
        -
368
        -
369
            - pref: RedirectToSoleResult
369
            - pref: RedirectToSoleResult
370
              choices:
370
              choices:
371
- 

Return to bug 38494