[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members readingrec.tmpl,1.13.2.2,1.13.2.3

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 10 10:59:23 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20915/koha-tmpl/intranet-tmpl/default/en/members

Modified Files:
      Tag: rel_2_2
	readingrec.tmpl 
Log Message:
changing reading rec page to have the same biblio summary as in search

Index: readingrec.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/readingrec.tmpl,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -C2 -r1.13.2.2 -r1.13.2.3
*** readingrec.tmpl	26 Aug 2005 12:21:50 -0000	1.13.2.2
--- readingrec.tmpl	10 Oct 2005 08:59:21 -0000	1.13.2.3
***************
*** 24,30 ****
  			<a href="readingrec.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->&amp;order=returndate&amp;limit=<!-- TMPL_VAR NAME="limit" -->">Returned</a></th>
  		</th>
- 		<th>
- 			Volume
- 		</th>
  	</tr>
  	<!-- TMPL_LOOP NAME="loop_reading" -->
--- 24,27 ----
***************
*** 34,44 ****
  		<tr>
  	<!-- /TMPL_IF -->
! 		<td>
! 			<!-- TMPL_VAR NAME="biblionumber" -->
! 			<!-- TMPL_VAR NAME="title" -->&nbsp;
! 		</td>
! 		<td>
! 			<!-- TMPL_VAR NAME="author" -->&nbsp;
! 		</td>
  		<td>
  			<!-- TMPL_VAR NAME="date_due" -->&nbsp;
--- 31,58 ----
  		<tr>
  	<!-- /TMPL_IF -->
! 				<!-- TMPL_IF NAME="even" -->
! 					<td class="hilighted">
! 				<!-- TMPL_ELSE -->
! 					<td>
! 				<!-- /TMPL_IF -->
! 							<!-- TMPL_IF name="MARC_ON" -->
! 								<a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a>
! 							<!-- TMPL_ELSE -->
! 								<a class="transparent resultlist" href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="volume" --> vol <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="volumeddesc" --> : <!-- TMPL_VAR name="volumeddesc" --> <!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="number" --> part <!-- TMPL_VAR name="number" --><!-- /TMPL_IF -->
! 					<p><!-- TMPL_VAR NAME="author" -->
! 						<!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
! 						<!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
! 					</p>
! 				</td>
! 				<td align="center" <!-- TMPL_IF NAME="even" --> class="hilighted"<!-- /TMPL_IF -->>
! 					<p><!-- TMPL_VAR NAME="description" --></p>
! 				</td>
  		<td>
  			<!-- TMPL_VAR NAME="date_due" -->&nbsp;
***************
*** 47,53 ****
  			<!-- TMPL_VAR NAME="returndate" -->&nbsp;
  		</td>
- 		<td>
- 			<!-- TMPL_VAR NAME="volumeddesc" -->&nbsp;
- 		</td>
  	<!-- /TMPL_LOOP -->
  	</table>
--- 61,64 ----





More information about the Koha-cvs mailing list