Lines 41-46
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
41 |
('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'), |
41 |
('AnonSuggestions','0',NULL,'Set to enable Anonymous suggestions to AnonymousPatron borrowernumber','YesNo'), |
42 |
('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''), |
42 |
('AnonymousPatron','0',NULL,'Set the identifier (borrowernumber) of the anonymous patron. Used for Suggestion and reading history privacy',''), |
43 |
('AudioAlerts','0','','Enable circulation sounds during checkin and checkout in the staff interface. Not supported by all web browsers yet.','YesNo'), |
43 |
('AudioAlerts','0','','Enable circulation sounds during checkin and checkout in the staff interface. Not supported by all web browsers yet.','YesNo'), |
|
|
44 |
('AuthCleanBiblios','0',NULL,'If ON, attached biblio records related fields are cleaned when an authority is updated','YesNo'), |
44 |
('AuthDisplayHierarchy','0','','Display authority hierarchies','YesNo'), |
45 |
('AuthDisplayHierarchy','0','','Display authority hierarchies','YesNo'), |
45 |
('AuthoritiesLog','1',NULL,'If ON, log edit/create/delete actions on authorities.','YesNo'), |
46 |
('AuthoritiesLog','1',NULL,'If ON, log edit/create/delete actions on authorities.','YesNo'), |
46 |
('AuthoritySeparator','--','10','Used to separate a list of authorities in a display. Usually --','free'), |
47 |
('AuthoritySeparator','--','10','Used to separate a list of authorities in a display. Usually --','free'), |
Lines 120-126
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
120 |
('DisplayMultiPlaceHold','1','','Display the ability to place multiple holds or not','YesNo'), |
121 |
('DisplayMultiPlaceHold','1','','Display the ability to place multiple holds or not','YesNo'), |
121 |
('DisplayOPACiconsXSLT','1','','If ON, displays the format, audience, and material type icons in XSLT MARC21 results and detail pages in the OPAC.','YesNo'), |
122 |
('DisplayOPACiconsXSLT','1','','If ON, displays the format, audience, and material type icons in XSLT MARC21 results and detail pages in the OPAC.','YesNo'), |
122 |
('dontmerge','1',NULL,'If ON, modifying an authority record will not update all associated bibliographic records immediately, ask your system administrator to enable the merge_authorities.pl cron job','YesNo'), |
123 |
('dontmerge','1',NULL,'If ON, modifying an authority record will not update all associated bibliographic records immediately, ask your system administrator to enable the merge_authorities.pl cron job','YesNo'), |
123 |
('AuthCleanBiblios','0',NULL,'If ON, attached biblio records related fields are cleaned when an authority is updated','YesNo'), |
|
|
124 |
('DumpTemplateVarsIntranet', '0', NULL , 'If enabled, dump all Template Toolkit variable to a comment in the html source for the staff intranet.', 'YesNo'), |
124 |
('DumpTemplateVarsIntranet', '0', NULL , 'If enabled, dump all Template Toolkit variable to a comment in the html source for the staff intranet.', 'YesNo'), |
125 |
('DumpTemplateVarsOpac', '0', NULL , 'If enabled, dump all Template Toolkit variable to a comment in the html source for the opac.', 'YesNo'), |
125 |
('DumpTemplateVarsOpac', '0', NULL , 'If enabled, dump all Template Toolkit variable to a comment in the html source for the opac.', 'YesNo'), |
126 |
('EasyAnalyticalRecords','0','','If on, display in the catalogue screens tools to easily setup analytical record relationships','YesNo'), |
126 |
('EasyAnalyticalRecords','0','','If on, display in the catalogue screens tools to easily setup analytical record relationships','YesNo'), |
127 |
- |
|
|