Lines 447-451
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
447 |
('OpenURLText', '', NULL, 'Text of OpenURL links (or image title if OpenURLImageLocation is defined)', 'Free') |
447 |
('OpenURLText', '', NULL, 'Text of OpenURL links (or image title if OpenURLImageLocation is defined)', 'Free') |
448 |
('OpenURLImageLocation', '', NULL, 'Location of image for OpenURL links', 'Free') |
448 |
('OpenURLImageLocation', '', NULL, 'Location of image for OpenURL links', 'Free') |
449 |
('OPACShowOpenURL', '', NULL, 'Enable display of OpenURL links in OPAC search results and detail page', 'YesNo') |
449 |
('OPACShowOpenURL', '', NULL, 'Enable display of OpenURL links in OPAC search results and detail page', 'YesNo') |
450 |
('OPACHideOpenURLForItemTypes', '', NULL, 'Allow hiding the OpenURL link for some item types', 'Free') |
450 |
('OPACOpenURLItemTypes', '', NULL, 'Show the OpenURL link only for these item types', 'Free') |
451 |
; |
451 |
; |