Lines 39-44
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
39 |
('AmazonLocale','US','US|CA|DE|FR|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'), |
39 |
('AmazonLocale','US','US|CA|DE|FR|JP|UK','Use to set the Locale of your Amazon.com Web Services','Choice'), |
40 |
('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'), |
40 |
('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'), |
41 |
('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''), |
41 |
('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''), |
|
|
42 |
('AudioAlerts','0','','Enable circulation sounds during checkin and checkout in the staff interface. Not supported by all web browsers yet.','YesNo'), |
43 |
( 'AudioAlertSelectorWarning', '.audio-alert-warning', NULL, 'List of jQuery selectors that should trigger warning alert', 'free' ), |
44 |
( 'AudioAlertSelectorAction', '.audio-alert-action', NULL, 'List of jQuery selectors that should trigger action alert', 'free' ), |
45 |
( 'AudioAlertSelectorSuccess', '.audio-alert-success', NULL, 'List of jQuery selectors that should trigger successs alert', 'free' ), |
42 |
('AuthDisplayHierarchy','0','','Display authority hierarchies','YesNo'), |
46 |
('AuthDisplayHierarchy','0','','Display authority hierarchies','YesNo'), |
43 |
('AuthoritiesLog','1',NULL,'If ON, log edit/create/delete actions on authorities.','YesNo'), |
47 |
('AuthoritiesLog','1',NULL,'If ON, log edit/create/delete actions on authorities.','YesNo'), |
44 |
('AuthoritySeparator','--','10','Used to separate a list of authorities in a display. Usually --','free'), |
48 |
('AuthoritySeparator','--','10','Used to separate a list of authorities in a display. Usually --','free'), |
Lines 306-311
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
306 |
('OverdueNoticeBcc','','','Email address to bcc outgoing overdue notices sent by email','free'), |
310 |
('OverdueNoticeBcc','','','Email address to bcc outgoing overdue notices sent by email','free'), |
307 |
('OverdueNoticeCalendar',0,NULL,'Take the calendar into consideration when generating overdue notices','YesNo'), |
311 |
('OverdueNoticeCalendar',0,NULL,'Take the calendar into consideration when generating overdue notices','YesNo'), |
308 |
('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'), |
312 |
('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'), |
|
|
313 |
( 'OverrideAudioAlertWarning', '', NULL, 'URL to an audio file to replace the default warning sound.', 'free' ), |
314 |
( 'OverrideAudioAlertAction', '', NULL, 'URL to an audio file to replace the default "action required" sound.', 'free' ), |
315 |
( 'OverrideAudioAlertSuccess', '', NULL, 'URL to an audio file to replace the default success sound.', 'free' ), |
309 |
('patronimages','0',NULL,'Enable patron images for the Staff Client','YesNo'), |
316 |
('patronimages','0',NULL,'Enable patron images for the Staff Client','YesNo'), |
310 |
('PatronSelfRegistration','0',NULL,'If enabled, patrons will be able to register themselves via the OPAC.','YesNo'), |
317 |
('PatronSelfRegistration','0',NULL,'If enabled, patrons will be able to register themselves via the OPAC.','YesNo'), |
311 |
('PatronSelfRegistrationAdditionalInstructions','','','A free text field to display additional instructions to newly self registered patrons.','free'), |
318 |
('PatronSelfRegistrationAdditionalInstructions','','','A free text field to display additional instructions to newly self registered patrons.','free'), |
Lines 363-369
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
363 |
('SlipCSS','',NULL,'Slips CSS url.','free'), |
370 |
('SlipCSS','',NULL,'Slips CSS url.','free'), |
364 |
('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS messages.','free'), |
371 |
('SMSSendDriver','','','Sets which SMS::Send driver is used to send SMS messages.','free'), |
365 |
('SocialNetworks','0','','Enable/Disable social networks links in opac detail pages','YesNo'), |
372 |
('SocialNetworks','0','','Enable/Disable social networks links in opac detail pages','YesNo'), |
366 |
('AudioAlerts','0','','Enable circulation sounds during checkin and checkout in the staff interface. Not supported by all web browsers yet.','YesNo'), |
|
|
367 |
('SpecifyDueDate','1','','Define whether to display \"Specify Due Date\" form in Circulation','YesNo'), |
373 |
('SpecifyDueDate','1','','Define whether to display \"Specify Due Date\" form in Circulation','YesNo'), |
368 |
('SpecifyReturnDate',1,'','Define whether to display \"Specify Return Date\" form in Circulation','YesNo'), |
374 |
('SpecifyReturnDate',1,'','Define whether to display \"Specify Return Date\" form in Circulation','YesNo'), |
369 |
('SpineLabelAutoPrint','0','','If this setting is turned on, a print dialog will automatically pop up for the quick spine label printer.','YesNo'), |
375 |
('SpineLabelAutoPrint','0','','If this setting is turned on, a print dialog will automatically pop up for the quick spine label printer.','YesNo'), |
370 |
- |
|
|