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

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 9 11:09:27 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	member.tmpl 
Log Message:
* adding column branch to the result list when searching a borrower
* fixing a bug that prevented to add a borrower when IndependantBranches was ON

Index: member.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/member.tmpl,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -C2 -r1.14.2.2 -r1.14.2.3
*** member.tmpl	28 Jun 2005 10:21:29 -0000	1.14.2.2
--- member.tmpl	9 Sep 2005 09:09:25 -0000	1.14.2.3
***************
*** 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