[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.35.2.2,1.35.2.3

Paul POULAIN tipaul at users.sourceforge.net
Fri Mar 18 10:44:09 CET 2005


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

Modified Files:
      Tag: rel_2_2
	circulation.tmpl 
Log Message:
* removing the onclick behaviour that opened a member page twice (in main window & in a new popup)
* minor bugfix : showing itemcallnumber instead of dewey when a book is overdue

Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.35.2.2
retrieving revision 1.35.2.3
diff -C2 -r1.35.2.2 -r1.35.2.3
*** circulation.tmpl	11 Feb 2005 13:57:02 -0000	1.35.2.2
--- circulation.tmpl	18 Mar 2005 09:44:07 -0000	1.35.2.3
***************
*** 31,38 ****
  		<!-- TMPL_IF NAME="borrowernumber" -->
  			<h2 class="circulation">Borrower information</h2>
! 			<p>
! 				<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" --> " onclick="openWindow(this,'Member', 480, 640)">
! 					<!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR name="cardnumber" -->)
  				</a>
  			</p>
  			<p>
--- 31,39 ----
  		<!-- TMPL_IF NAME="borrowernumber" -->
  			<h2 class="circulation">Borrower information</h2>
! 			<p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR name="cardnumber" -->)
! 				<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" --> " class="button circulation">
! 					detail
  				</a>
+ 				<a href="/cgi-bin/koha/members/memberentry.pl?bornum=<!-- TMPL_VAR name="borrowernumber" -->&amp;modify=edit&amp;destination=circ" class="button circulation">edit</a>
  			</p>
  			<p>
***************
*** 287,291 ****
  					<td class="problem"><!-- TMPL_VAR NAME="title" --></td>
  					<td class="problem"><!-- TMPL_VAR NAME="author" --></td>
! 					<td class="problem"><!-- TMPL_VAR NAME="dewey" --> <!-- TMPL_VAR NAME="subclass" --></td>
  				<!-- TMPL_ELSE -->
  					<td>
--- 288,292 ----
  					<td class="problem"><!-- TMPL_VAR NAME="title" --></td>
  					<td class="problem"><!-- TMPL_VAR NAME="author" --></td>
! 					<td class="problem"><!-- TMPL_VAR NAME="itemcallnumber" --></td>
  				<!-- TMPL_ELSE -->
  					<td>





More information about the Koha-cvs mailing list