[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl [dev_week]

Joshua Ferraro jmf at kados.org
Tue Jul 25 17:06:27 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/07/25 15:06:27

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-detail.tmpl 

Log message:
	fix series title link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.19.2.3&r2=1.1.2.19.2.4

Patches:
Index: opac-detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.1.2.19.2.3
retrieving revision 1.1.2.19.2.4
diff -u -b -r1.1.2.19.2.3 -r1.1.2.19.2.4
--- opac-detail.tmpl	23 Jul 2006 18:02:09 -0000	1.1.2.19.2.3
+++ opac-detail.tmpl	25 Jul 2006 15:06:27 -0000	1.1.2.19.2.4
@@ -76,7 +76,7 @@
 <!-- TMPL_IF NAME="copyrightdate" -->
     <tr><th>Copyright:</th><td><!-- TMPL_VAR NAME="copyrightdate" --></td></tr>
 <!-- /TMPL_IF -->
-			<!-- TMPL_IF NAME="seriestitle" --><tr><th>Series Title:</th><td><a href="/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=su=<!-- TMPL_VAR NAME="seriestitle" ESCAPE=URL -->"><!-- TMPL_VAR NAME="seriestitle" --></a><!-- TMPL_IF NAME="volume" --> : <!-- TMPL_VAR NAME="volume" --><!-- /TMPL_IF --></td></tr><!-- /TMPL_IF -->
+			<!-- TMPL_IF NAME="seriestitle" --><tr><th>Series Title:</th><td><a href="/cgi-bin/koha/opac-zoomsearch.pl?op=get_results&amp;ccl_query=series=<!-- TMPL_VAR NAME="seriestitle" ESCAPE=URL -->"><!-- TMPL_VAR NAME="seriestitle" --></a><!-- TMPL_IF NAME="volume" --> : <!-- TMPL_VAR NAME="volume" --><!-- /TMPL_IF --></td></tr><!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="isbn" -->
 	    <tr><th>ISBN:</th><td><!-- TMPL_VAR NAME="isbn" --></td></tr>
 <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list