Bug 11606: (followup) minor typos
authorJesse Weaver <jweaver@bywatersolutions.com>
Tue, 14 Jun 2016 15:39:09 +0000 (09:39 -0600)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 22 Jul 2016 17:16:12 +0000 (17:16 +0000)
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Internal signoff.

Signed-off-by: Alexis Rodegerdts <arodegerdts@wallawallawa.gov>
Signed-off-by: Dwayne Nance <dnance@ebsco.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

index b72efda..0f1ce3e 100644 (file)
@@ -112,7 +112,7 @@ Enhanced Content:
             - Display Novelist Select staff content
             - pref: NovelistSelectStaffView
               choices:
-                  tab: in an OPAC tab
+                  tab: in a tab
                   above: above the holdings table
                   below: below the holdings table
             - .
index 351dc6c..e9030bf 100644 (file)
@@ -26,7 +26,7 @@
   [% END %]
 </title>
 
-[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
+[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectProfile') && ( normalized_isbn || normalized_upc ) ) %]
     <script type="text/javascript" src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
 [% END %]