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

Chris Cormack rangi at users.sourceforge.net
Thu Oct 16 22:36:28 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv3169/koha-tmpl/intranet-tmpl/default/en/circ

Modified Files:
	circulation.tmpl 
Log Message:
Fix for bug 436, thanks to Pierre


Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** circulation.tmpl	7 Aug 2003 12:41:59 -0000	1.9
--- circulation.tmpl	16 Oct 2003 20:36:25 -0000	1.10
***************
*** 164,173 ****
  </TMPL_IF>
  <TMPL_IF name="borrowernumber">
!         
! 	<TMPL_VAR name="patrontable">
! 	<TMPL_VAR name="flaginfotable">
! </TMPL_IF>
! 
! <TMPL_IF name="borrowernumber">
  <form method=post action=/cgi-bin/koha/circ/circulation.pl>
  <table border=1 cellpadding=5>
--- 164,170 ----
  </TMPL_IF>
  <TMPL_IF name="borrowernumber">
! <table border="1" width="100%">
! <tr>
! <td>
  <form method=post action=/cgi-bin/koha/circ/circulation.pl>
  <table border=1 cellpadding=5>
***************
*** 222,226 ****
--- 219,263 ----
  </table>
  </form>
+ </td>
+ <td>
+ <table border=1 cellpadding=5 cellspacing=0 align=right>
+     <tr><td colspan=2><font color=black><b>Patron information</b></font></td></tr>
+     <tr><td colspan=2>
+     <a href="/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR name="borrowernumber">" onClick="openWindow(this,'Member', 480, 640)">
+ 		<TMPL_VAR name="firstname"> <TMPL_VAR name="surname">
+     </a> <br> Catégorie: <TMPL_VAR name="categorycode">
+     </td></tr>
+ <TMPL_IF name="noissues">
+ 	<TMPL_IF name="charges">
+ 		<tr><td valign=top><font color=red>CHARGES</font></td><td bgcolor=<TMPL_VAR name=color>><a href=/cgi-bin/koha/pay.pl?bornum=<TMPL_VAR name="borrowernumber"> onClick=\"openWindow(this, 'Payment', 480,640)\">Payment</a></td></tr>
+ 	<TMPL_ELSE>
+ 		<tr><td valign=top><font color=red><TMPL_VAR name="flag"></font></td><td bgcolor=<TMPL_VAR name="color"><TMPL_VAR name="message"></td></tr>
+ 	</TMPL_IF>
+ <TMPL_ELSE>
+ 		<TMPL_IF name="charges">
+ 			<tr><td valign=top>CHARGES</td><td><a href=/cgi-bin/koha/pay.pl?bornum=<TMPL_VAR name="borrowernumber"> onClick=\"openWindow(this, 'Payment', 480,640)\">Payment</a></td></tr>
+ 		</TMPL_IF>
+ 		<TMPL_IF name="waiting">
+ 			<tr>
+ 			<td valign=top>WAITING</td>
+ 			<td>
+ 			<TMPL_LOOP name="itemswaiting">
+ 				<a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR name="biblionumber">&type=intra onClick=\"openWindow(this, 'Item', 480, 640)\"><TMPL_VAR name="barcode">}</a><TMPL_VAR name="title"> (<TMPL_VAR name="branchname">)<br>
+ 			</TMPL_LOOP>
+ 			</td>
+ 			</tr>
+ 		</TMPL_IF>
+ 			<TMPL_IF name="odues">
+ 				<TMPL_IF name="nonreturns">
+ 					<tr><td valign=top>ODUES</td><td>Yes, See below</td></tr>
+ 				</TMPL_IF>
+ 			</TMPL_IF>
+ 			<TMPL_IF name="notes">
+ 					<tr><td valign=top>NOTES</td><td><TMPL_VAR name="notesmsg"></td></tr>
+ 			</TMPL_IF>
  </TMPL_IF>
+ </table>
+ </TMPL_IF>
+ </table>
  <p clear=all><br><br>
  <TMPL_IF name="todayissues">





More information about the Koha-cvs mailing list