[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Nov 2 18:01:14 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/02 17:01:14

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/catalogue: detail.tmpl 

Log message:
	display subjects on detail.pl.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.3&r2=1.2.2.4

Patches:
Index: detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -b -r1.2.2.3 -r1.2.2.4
--- detail.tmpl	2 Nov 2006 14:58:27 -0000	1.2.2.3
+++ detail.tmpl	2 Nov 2006 17:01:14 -0000	1.2.2.4
@@ -90,9 +90,10 @@
             <p><label>Subjects:</label></p>
             <p>
                 <!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
-                    <label>-</label><a href="/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR NAME="marcsubjct" ESCAPE="URL"-->">
-                        <!-- TMPL_VAR NAME="marcsubjct" -->&nbsp;
-                    </a><br>
+                    <label>-</label>
+                    <!-- TMPL_LOOP NAME="MARCSUBJECT_SUBFIELDS_LOOP" -->
+                    <a href="/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR NAME="marcsubjct" ESCAPE="URL"-->"><!-- TMPL_VAR NAME="value" -->&nbsp;</a><br>
+                    <!-- /TMPL_LOOP -->
                 <!-- /TMPL_LOOP -->
             </p>
         <!-- TMPL_ELSE -->





More information about the Koha-cvs mailing list