View | Details | Raw Unified | Return to bug 11606
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref (-1 / +1 lines)
Lines 112-118 Enhanced Content: Link Here
112
            - Display Novelist Select staff content
112
            - Display Novelist Select staff content
113
            - pref: NovelistSelectStaffView
113
            - pref: NovelistSelectStaffView
114
              choices:
114
              choices:
115
                  tab: in an OPAC tab
115
                  tab: in a tab
116
                  above: above the holdings table
116
                  above: above the holdings table
117
                  below: below the holdings table
117
                  below: below the holdings table
118
            - .
118
            - .
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 26-32 Link Here
26
  [% END %]
26
  [% END %]
27
</title>
27
</title>
28
28
29
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
29
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectProfile') && ( normalized_isbn || normalized_upc ) ) %]
30
    <script type="text/javascript" src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
30
    <script type="text/javascript" src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
31
[% END %]
31
[% END %]
32
32
33
- 

Return to bug 11606