Lines 617-623
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
617 |
('ShowAllCheckins', '0', '', 'Show all checkins', 'YesNo'), |
617 |
('ShowAllCheckins', '0', '', 'Show all checkins', 'YesNo'), |
618 |
('ShowComponentRecords', 'nowhere', 'nowhere|staff|opac|both','In which record detail pages to show list of the component records, as linked via 773','Choice'), |
618 |
('ShowComponentRecords', 'nowhere', 'nowhere|staff|opac|both','In which record detail pages to show list of the component records, as linked via 773','Choice'), |
619 |
('MaxComponentRecords', '300', '','Max number of component records to display','Integer'), |
619 |
('MaxComponentRecords', '300', '','Max number of component records to display','Integer'), |
620 |
('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' |
620 |
('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'), |
621 |
('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'), |
621 |
('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'), |
622 |
('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'), |
622 |
('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'), |
623 |
('ShowReviewer','full','none|full|first|surname|firstandinitial|username','Choose how a commenter\'s identity is presented alongside comments in the OPAC','Choice'), |
623 |
('ShowReviewer','full','none|full|first|surname|firstandinitial|username','Choose how a commenter\'s identity is presented alongside comments in the OPAC','Choice'), |
624 |
- |
|
|