[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.10,1.11 circulation.pl,1.31,1.32

Finlay Thompson finlayt at users.sourceforge.net
Tue Jul 23 03:28:44 CEST 2002


Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv8245

Modified Files:
	branchtransfers.pl circulation.pl 
Log Message:

fixed up some little bugs around the big buttons that change between issues, returns and transfers



Index: branchtransfers.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/branchtransfers.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** branchtransfers.pl	28 Jun 2002 23:43:16 -0000	1.10
--- branchtransfers.pl	23 Jul 2002 01:28:42 -0000	1.11
***************
*** 292,295 ****
--- 292,296 ----
  print <<"EOF";
  <table align=right><tr><td>
+ <a href=circulation.pl>
  <img src="/images/button-issues.gif" width="99" height="42" border="0" alt="Next Borrower"></a> &nbsp
  <a href=returns.pl>

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** circulation.pl	19 Jun 2002 01:32:37 -0000	1.31
--- circulation.pl	23 Jul 2002 01:28:42 -0000	1.32
***************
*** 186,189 ****
--- 186,206 ----
  EOF
  
+ my $titlenoborrower = <<"EOF";
+ <table align="right"><tr><td>
+ <a href=returns.pl>
+ <img src="/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
+ &nbsp<a href=branchtransfers.pl>
+ <img src="/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers">
+ </a>
+ </td></tr></table>
+ <FONT SIZE=6><em>Circulation: Issues</em></FONT><br>
+ <b>Branch:</b> $branches->{$branch}->{'branchname'} &nbsp 
+ <b>Printer:</b> $printers->{$printer}->{'printername'} <br>
+ <a href=selectbranchprinter.pl>Change Settings</a></td>
+ <input type=hidden name=branch value=$branch>
+ <input type=hidden name=printer value=$printer>
+ <p>
+ EOF
+ 
  
  
***************
*** 452,457 ****
  
  #print startmenu('circulation');
! 
! print $title;
  
  
--- 469,477 ----
  
  #print startmenu('circulation');
! if ($borrower) {
!     print $title;
! } else {
!     print $titlenoborrower;
! }
  
  





More information about the Koha-cvs mailing list