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:
parent
05486da41f
commit
cd7e65a4b5
3 changed files with 7 additions and 0 deletions
|
@ -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
|
@ -489,6 +489,11 @@ OPAC:
|
||||||
yes: Display
|
yes: Display
|
||||||
no: Don't display
|
no: Don't display
|
||||||
- the acquisition details on OPAC detail pages.
|
- the acquisition details on OPAC detail pages.
|
||||||
|
-
|
||||||
|
- "Use the following as the OPAC ISBD template:"
|
||||||
|
- pref: OPACISBD
|
||||||
|
type: textarea
|
||||||
|
class: code
|
||||||
Policy:
|
Policy:
|
||||||
-
|
-
|
||||||
- pref: SearchMyLibraryFirst
|
- pref: SearchMyLibraryFirst
|
||||||
|
|
Loading…
Reference in a new issue