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

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 10 14:19:53 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac-detail.tmpl 
Log Message:
* multiple biblio subtitles are correctly stored & shown in simple (non-MARC) view, even after a biblio modif.

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.15.2.3
retrieving revision 1.15.2.4
diff -C2 -r1.15.2.3 -r1.15.2.4
*** opac-detail.tmpl	3 Feb 2005 15:25:28 -0000	1.15.2.3
--- opac-detail.tmpl	10 Feb 2005 13:19:51 -0000	1.15.2.4
***************
*** 41,50 ****
  		<tr>
  			<th>
! 				<!-- TMPL_VAR NAME="title" -->  (record <!-- TMPL_VAR NAME="biblionumber" -->)
  			</th>
  		</tr>
  		<tr>
  			<td>
! 				<!-- TMPL_IF name="subtitle" --><b>Subtitle:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="subtitle" -->
  				<!-- TMPL_IF name="author" --><b>Author:</b> <!-- TMPL_VAR NAME="author" --><br /><!-- /TMPL_IF -->
  				<!-- TMPL_IF name="additional" --><b>Additional Author:</b><!-- TMPL_VAR NAME="additional" --><br /><!-- /TMPL_IF -->
--- 41,56 ----
  		<tr>
  			<th>
! 				<!-- TMPL_VAR NAME="title" -->
  			</th>
  		</tr>
  		<tr>
  			<td>
! 				<!-- TMPL_IF name="subtitles" -->
! 					<b>Subtitle(s):</b> 
! 					<!-- TMPL_LOOP name="subtitles" -->
! 						<!-- TMPL_VAR NAME="subtitle" --> ; 
! 					<!-- /TMPL_LOOP -->
! 					<br />
! 				<!-- /TMPL_IF -->
  				<!-- TMPL_IF name="author" --><b>Author:</b> <!-- TMPL_VAR NAME="author" --><br /><!-- /TMPL_IF -->
  				<!-- TMPL_IF name="additional" --><b>Additional Author:</b><!-- TMPL_VAR NAME="additional" --><br /><!-- /TMPL_IF -->





More information about the Koha-cvs mailing list