[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.7,1.8

Owen Leonard oleonard at users.sourceforge.net
Thu Jan 27 20:35:53 CET 2005


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

Modified Files:
	circulation.tmpl 
Log Message:
Adding hidden form fields to renew form so that renewscript.pl will redirect back to circulation.pl instead of moremember.pl

Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** circulation.tmpl	12 Jan 2005 20:19:01 -0000	1.7
--- circulation.tmpl	27 Jan 2005 19:35:50 -0000	1.8
***************
*** 261,265 ****
  <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
  <!-- TMPL_IF NAME="borrowernumber" -->
! <div class="table"><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
  	<table>
  		<caption>Issues <!-- Display for NPL --><span class="print"><a href="/cgi-bin/koha/moremember-print.pl?bornum=<TMPL_VAR NAME="borrowernumber">">(Print Page)</a> <a href="/cgi-bin/koha/moremember-receipt.pl?bornum=<TMPL_VAR NAME="borrowernumber">">(Print Slip)</a></span><!-- /Display for NPL --></caption>
--- 261,265 ----
  <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
  <!-- TMPL_IF NAME="borrowernumber" -->
! <div class="table"><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" value="circ" name="destination" /><input type="hidden" name="cardnumber" value="<!-- TMPL_VAR NAME="cardnumber" -->" /><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
  	<table>
  		<caption>Issues <!-- Display for NPL --><span class="print"><a href="/cgi-bin/koha/moremember-print.pl?bornum=<TMPL_VAR NAME="borrowernumber">">(Print Page)</a> <a href="/cgi-bin/koha/moremember-receipt.pl?bornum=<TMPL_VAR NAME="borrowernumber">">(Print Slip)</a></span><!-- /Display for NPL --></caption>





More information about the Koha-cvs mailing list