Bug 8995: (follow-up) Add tests, move open_url/coins routines to Koha namespace
[koha.git] / installer / data / mysql / atomicupdate / 8995_OpenURL_sysprefs.sql
1 INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
2   ('OpenURLResolverURL', '', 'URL of OpenURL Resolver', NULL, 'Free'),
3   ('OpenURLText', '', 'Text of OpenURL links (or image title if OpenURLImageLocation is defined)', NULL, 'Free'),
4   ('OpenURLImageLocation', '', 'Location of image for OpenURL links', NULL, 'Free'),
5   ('OPACShowOpenURL', '', 'Enable display of OpenURL links in OPAC search results and detail page', NULL, 'YesNo'),
6   ('OPACOpenURLItemTypes', '', 'Show the OpenURL link only for these item types', NULL, 'Free');