Lines 685-690
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
685 |
('MaxComponentRecords', '300', '','Max number of component records to display','Integer'), |
685 |
('MaxComponentRecords', '300', '','Max number of component records to display','Integer'), |
686 |
('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'), |
686 |
('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'), |
687 |
('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'), |
687 |
('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'), |
|
|
688 |
('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'), |
688 |
('showLastPatronCount', '10', '', 'How many patrons should showLastPatron remember', 'Integer'), |
689 |
('showLastPatronCount', '10', '', 'How many patrons should showLastPatron remember', 'Integer'), |
689 |
('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'), |
690 |
('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'), |
690 |
('ShowReviewer','full','none|full|first|surname|firstandinitial|username','Choose how a commenter\'s identity is presented alongside comments in the OPAC','Choice'), |
691 |
('ShowReviewer','full','none|full|first|surname|firstandinitial|username','Choose how a commenter\'s identity is presented alongside comments in the OPAC','Choice'), |
691 |
- |
|
|