Lines 681-686
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
681 |
('MaxComponentRecords', '300', '','Max number of component records to display','Integer'), |
681 |
('MaxComponentRecords', '300', '','Max number of component records to display','Integer'), |
682 |
('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'), |
682 |
('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'), |
683 |
('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'), |
683 |
('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'), |
|
|
684 |
('ShowBarcodeOnPatronRecord','|0|Code39|COOP2of5|EAN13|EAN8|IATA2of5|Industrial2of5|ITF|Matrix2of5|NW7|QRcode|UPCA|UPCE','0','Show a patron\'s carnumber as a barcode on the patron record','Choice'), |
684 |
('showLastPatronCount', '10', '', 'How many patrons should showLastPatron remember', 'Integer'), |
685 |
('showLastPatronCount', '10', '', 'How many patrons should showLastPatron remember', 'Integer'), |
685 |
('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'), |
686 |
('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'), |
686 |
('ShowReviewer','full','none|full|first|surname|firstandinitial|username','Choose how a commenter\'s identity is presented alongside comments in the OPAC','Choice'), |
687 |
('ShowReviewer','full','none|full|first|surname|firstandinitial|username','Choose how a commenter\'s identity is presented alongside comments in the OPAC','Choice'), |
687 |
- |
|
|