[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members member.tmpl,1.17,1.18

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 9 12:04:57 CEST 2005


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

Modified Files:
	member.tmpl 
Log Message:
porting 22 fixes to head

Index: member.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/member.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** member.tmpl	21 Jun 2005 07:39:20 -0000	1.17
--- member.tmpl	9 Sep 2005 10:04:55 -0000	1.18
***************
*** 24,29 ****
  			<th>&nbsp;</th>
  			<th>Card</th>
! 			<th>Surname</th>
! 			<th>Firstname</th>
  			<th>Category</th>
  			<th>Address</th>
--- 24,29 ----
  			<th>&nbsp;</th>
  			<th>Card</th>
! 			<th>Name</th>
! 			<th>Branch</th>
  			<th>Category</th>
  			<th>Address</th>
***************
*** 40,45 ****
  				<td><!-- TMPL_VAR NAME="count" --></td>
  				<td><!-- TMPL_VAR NAME="cardnumber" --></td>
! 				<td><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="surname" --></a></td>
! 				<td><!-- TMPL_VAR NAME="firstname" --></a></td>
  				<td><!-- TMPL_VAR NAME="categorycode" --></td>
  				<td><!-- TMPL_VAR NAME="streetaddress" --> <!-- TMPL_VAR NAME="city" --></td>
--- 40,45 ----
  				<td><!-- TMPL_VAR NAME="count" --></td>
  				<td><!-- TMPL_VAR NAME="cardnumber" --></td>
! 				<td><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --></a></td>
! 				<td><!-- TMPL_VAR name="branchcode" --></td>
  				<td><!-- TMPL_VAR NAME="categorycode" --></td>
  				<td><!-- TMPL_VAR NAME="streetaddress" --> <!-- TMPL_VAR NAME="city" --></td>





More information about the Koha-cvs mailing list