Bug 6476: Baker & Taylor Content Cafe link not showing
authorIan Walls <ian.walls@bywatersolutions.com>
Thu, 4 Aug 2011 15:21:01 +0000 (11:21 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 14 Aug 2011 07:55:05 +0000 (19:55 +1200)
Another T:T issue.  Patch replaces 'BakerTaylorContenturl' with 'BakerTaylorContentURL'
universally in all occurences in the templates (only opac-detail.tt)

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt

index 60972cd..7993ccb 100644 (file)
@@ -304,10 +304,10 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
         </span>
         [% END %][% END %][% END %]
 
-    [% IF ( BakerTaylorContenturl ) %]
+    [% IF ( BakerTaylorContentURL ) %]
         <span class="results_summary">
         <span class="label">Enhanced Content: </span> 
-        [% IF ( OPACurlOpenInNewWindow ) %]<a href="[% BakerTaylorContenturl |html %]" target="_blank">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContenturl |html %]">Content Cafe</a>[% END %]
+        [% IF ( OPACurlOpenInNewWindow ) %]<a href="[% BakerTaylorContentURL |html %]" target="_blank">Content Cafe</a>[% ELSE %]<a href="[% BakerTaylorContentURL |html %]">Content Cafe</a>[% END %]
         </span>
     [% END %]
 </div>