[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.1.2.2,1.1.2.3

Owen Leonard oleonard at users.sourceforge.net
Tue Feb 17 21:40:35 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13934/koha-tmpl/opac-tmpl/css/en

Modified Files:
      Tag: rel_2_0
	opac-detail.tmpl 
Log Message:
Modified to take advantage of fix for Bug 679

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-detail.tmpl	13 Jan 2004 17:28:30 -0000	1.1.2.2
--- opac-detail.tmpl	17 Feb 2004 20:40:33 -0000	1.1.2.3
***************
*** 23,27 ****
  				<!-- TMPL_IF name="isbn" --><b>ISBN:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="isbn" --><br />
  				<!-- TMPL_IF name="seriestitle" --><b>Collection:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="seriestitle" --><br />
! 				<!-- TMPL_IF name="subject" --><b>Subject:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="subject" --><br />
  				<!-- TMPL_IF name="copyrightdate" --><b>Year :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="copyrightdate" --><br />
  				<!-- TMPL_IF name="notes" --><b>Notes:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="notes" --><br />
--- 23,35 ----
  				<!-- TMPL_IF name="isbn" --><b>ISBN:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="isbn" --><br />
  				<!-- TMPL_IF name="seriestitle" --><b>Collection:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="seriestitle" --><br />
! <!-- /TMPL_LOOP -->
! 
! 		<!-- TMPL_IF NAME="subjects" -->	
! 		<b>Subject(s):</b> <!-- TMPL_LOOP NAME="SUBJECTS" -->
! 	: <a href="/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR NAME="SUBJECTS" ESCAPE="URL" -->"><!-- TMPL_VAR NAME=SUBJECTS --></a>  
! 	<!-- /TMPL_LOOP --><br />
! 		<!-- /TMPL_IF -->				
! 
! <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->		
  				<!-- TMPL_IF name="copyrightdate" --><b>Year :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="copyrightdate" --><br />
  				<!-- TMPL_IF name="notes" --><b>Notes:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="notes" --><br />





More information about the Koha-cvs mailing list