Lines 286-288
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES
Link Here
|
286 |
INSERT INTO `systempreferences` ( `variable` , `value` , `options` , `explanation` , `type` ) VALUES ( 'PrintNoticesMaxLines', '0', '', 'If greater than 0, sets the maximum number of lines an overdue notice will print. If the number of items is greater than this number, the notice will end with a warning asking the borrower to check their online account for a full list of overdue items.', 'Integer' ); |
286 |
INSERT INTO `systempreferences` ( `variable` , `value` , `options` , `explanation` , `type` ) VALUES ( 'PrintNoticesMaxLines', '0', '', 'If greater than 0, sets the maximum number of lines an overdue notice will print. If the number of items is greater than this number, the notice will end with a warning asking the borrower to check their online account for a full list of overdue items.', 'Integer' ); |
287 |
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('ILS-DI','0','Active les services ILS-DI à l''OPAC.','','YesNo'); |
287 |
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('ILS-DI','0','Active les services ILS-DI à l''OPAC.','','YesNo'); |
288 |
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('OverduesBlockCirc','noblock','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','noblock|confirmation|block','Choice'); |
288 |
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('OverduesBlockCirc','noblock','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','noblock|confirmation|block','Choice'); |
|
|
289 |
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OPAClinkresolver','0','Enable use of a link resolver such as SFX for full-text access to ISSNs','','YesNo'); |
290 |
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OPAClinkresolverURL','','Enter URL for OPAC ISSN full-text access link resolver such as SFX, plus any additional parameters (e.g., http://mysfxserver.com/sfxlcl3/?sfx.ignore_date_threshold=1&issn=)','','free'); |