Bug 6497: MARC URLs not showing up in OPAC detail page with XSLT off
authorIan Walls <ian.walls@bywatersolutions.com>
Mon, 13 Jun 2011 19:08:59 +0000 (15:08 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 13 Jun 2011 21:36:12 +0000 (09:36 +1200)
Renames T:T variable to match what's exported from opac-detail.pl.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt

index ff4b52c..534aeee 100644 (file)
@@ -182,9 +182,9 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
         [% END %]
     </span>[% END %]
 
-    [% IF ( MARCurlS ) %]
+    [% IF ( MARCURLS ) %]
     <div class="results_summary"><span class="label">Online Resources:</span>
-    <ul>    [% FOREACH MARCurl IN MARCurlS %]
+    <ul>    [% FOREACH MARCurl IN MARCURLS %]
         <li>[% IF ( MARCurl.part ) %][% MARCurl.part %]
             <br />[% END %] 
         <!-- here you might do a tmpl_if name="toc" and use greybox or equivalent for table of contents -->