Lines 386-388
INSERT INTO systempreferences (variable,value,explanation,type) VALUES('OPACdidy
Link Here
|
386 |
INSERT INTO systempreferences (variable,value,explanation,type) VALUES('INTRAdidyoumean',NULL,'Did you mean? configuration for the Intranet. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'); |
386 |
INSERT INTO systempreferences (variable,value,explanation,type) VALUES('INTRAdidyoumean',NULL,'Did you mean? configuration for the Intranet. Do not change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'); |
387 |
INSERT INTO systempreferences (variable, value, options, explanation, type) VALUES ('BlockReturnOfWithdrawnItems', '1', '0', 'If enabled, items that are marked as withdrawn cannot be returned.', 'YesNo'); |
387 |
INSERT INTO systempreferences (variable, value, options, explanation, type) VALUES ('BlockReturnOfWithdrawnItems', '1', '0', 'If enabled, items that are marked as withdrawn cannot be returned.', 'YesNo'); |
388 |
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('HoldsToPullStartDate','2','Set the default start date for the Holds to pull list to this many days ago',NULL,'Integer'); |
388 |
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('HoldsToPullStartDate','2','Set the default start date for the Holds to pull list to this many days ago',NULL,'Integer'); |
|
|
389 |
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpenURLResolverURL', '', 'URL of OpenURL Resolver', NULL, 'Free'); |
390 |
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpenURLText', '', 'Text of OpenURL links (or image title if OpenURLImageLocation is defined)', NULL, 'Free'); |
391 |
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpenURLImageLocation', '', 'Location of image for OpenURL links', NULL, 'Free'); |
392 |
INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpenURLinOPACResults', '', 'Enable display of OpenURL links in OPAC search results', NULL, 'YesNo'); |