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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 196-201 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
196
('noItemTypeImages','0',NULL,'If ON, disables item-type images','YesNo'),
196
('noItemTypeImages','0',NULL,'If ON, disables item-type images','YesNo'),
197
('NoLoginInstructions', '', '60|10', 'Instructions to display on the OPAC login form when a patron is not logged in', 'Textarea'),
197
('NoLoginInstructions', '', '60|10', 'Instructions to display on the OPAC login form when a patron is not logged in', 'Textarea'),
198
('NotesBlacklist','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','free'),
198
('NotesBlacklist','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','free'),
199
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'),
199
('NoticeCSS','',NULL,'Notices CSS url.','free'),
200
('NoticeCSS','',NULL,'Notices CSS url.','free'),
200
('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
201
('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
201
('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content.  Requires Novelist Profile and Password','YesNo'),
202
('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content.  Requires Novelist Profile and Password','YesNo'),
Lines 238-244 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
238
('opacheader','','70|10','Add HTML to be included as a custom header in the OPAC','Textarea'),
239
('opacheader','','70|10','Add HTML to be included as a custom header in the OPAC','Textarea'),
239
('OpacHiddenItems','','','This syspref allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.','Textarea'),
240
('OpacHiddenItems','','','This syspref allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.','Textarea'),
240
('OpacHighlightedWords','1','','If Set, then queried words are higlighted in OPAC','YesNo'),
241
('OpacHighlightedWords','1','','If Set, then queried words are higlighted in OPAC','YesNo'),
241
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'),
242
('OpacHoldNotes','0','','Show hold notes on OPAC','YesNo'),
242
('OpacHoldNotes','0','','Show hold notes on OPAC','YesNo'),
243
('OPACItemHolds','1','0|1|force','Allow OPAC users to place hold on specific items. If No, users can only request next available copy. If Yes, users can choose between next available and specific copy. If Force, users *must* choose a specific copy.','Choice'),
243
('OPACItemHolds','1','0|1|force','Allow OPAC users to place hold on specific items. If No, users can only request next available copy. If Yes, users can choose between next available and specific copy. If Force, users *must* choose a specific copy.','Choice'),
244
('OpacItemLocation','callnum','callnum|ccode|location','Show the shelving location of items in the opac','Choice'),
244
('OpacItemLocation','callnum','callnum|ccode|location','Show the shelving location of items in the opac','Choice'),
245
- 

Return to bug 6149