[Bug 1238] Subjects do not appear on intranet detail screen
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1238 jmf@kados.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jmf@kados.org |oleonard@athenscounty.lib.oh | |.us ------- Comment #1 from jmf@kados.org 2006-12-04 18:09 ------- The naming conventions changed for the loop. It should be something like this instead: <!-- TMPL_IF NAME="MARCSUBJCTS" --> <p><strong>Subject(s):</strong> <!-- TMPL_LOOP NAME="MARCSUBJCTS" --> <!-- TMPL_LOOP NAME="MARCSUBJECT_SUBFIELDS_LOOP" --> <!-- TMPL_VAR NAME="separator" --><a title="$<!-- TMPL_VAR NAME="code" --> <!-- TMPL_VAR NAME="value" -->" href="/search?q=<!-- TMPL_LOOP NAME="link_loop" --><!-- TMPL_VAR NAME="operator" -->su:<!-- TMPL_VAR NAME="link" --> <!-- /TMPL_LOOP -->"><!-- TMPL_VAR NAME="value" --></a> <!-- /TMPL_LOOP --> | <!-- /TMPL_LOOP --></p><!-- TMPL_ELSE --> <!-- TMPL_IF name="subjects" --><p><strong>Subject(s):</strong> <!-- TMPL_LOOP name="subjects" --><a href="/search?q=su:<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a> | <!-- /TMPL_LOOP --></p><!-- /TMPL_IF --></p> <!-- /TMPL_IF --> You can refer to opac-detail.tmpl ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@daddy.katipo.co.nz