Bug 5979 - Follow up: using OPACISBD systempreference to display link

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
This commit is contained in:
Alex Arnaud 2012-06-09 16:10:50 +02:00 committed by Brendan Gallagher
parent 05486da41f
commit cd7e65a4b5
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
INSERT INTO `systempreferences` (variable,value,options,explanation,type) SELECT 'OPACISBD', value, '70|10', 'Allows to define ISBD view in OPAC', 'Textarea' FROM `systempreferences` WHERE variable = 'ISBD';

File diff suppressed because one or more lines are too long

View file

@ -489,6 +489,11 @@ OPAC:
yes: Display
no: Don't display
- the acquisition details on OPAC detail pages.
-
- "Use the following as the OPAC ISBD template:"
- pref: OPACISBD
type: textarea
class: code
Policy:
-
- pref: SearchMyLibraryFirst