[Koha-cvs] CVS: koha request.pl,1.15,1.16

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:34:55 CEST 2002


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

Modified Files:
	request.pl 
Log Message:
Added magic RCS comment.
Removed trailing whitespace.


Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** request.pl	27 Sep 2002 05:21:44 -0000	1.15
--- request.pl	13 Oct 2002 07:34:53 -0000	1.16
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #script to place reserves/requests
  #writen 2/1/00 by chris at katipo.oc.nz
***************
*** 90,94 ****
      my $class="$dat->{'classification'}$dat->{'dewey'}$dat->{'subclass'}";
      my $select;
!     if (($dat->{'notforloan'}) 
  	|| ($dat->{'itemlost'} == 1))  {
  	$select = "Cannot be reserved.";
--- 92,96 ----
      my $class="$dat->{'classification'}$dat->{'dewey'}$dat->{'subclass'}";
      my $select;
!     if (($dat->{'notforloan'})
  	|| ($dat->{'itemlost'} == 1))  {
  	$select = "Cannot be reserved.";
***************
*** 216,220 ****
  <input type=hidden name=title value="$dat->{'title'}">
  <FONT SIZE=6><em>Requesting: <br>
! <a href=/cgi-bin/koha/detail.pl?bib=$bib>$dat->{'title'}</a> 
  ($dat->{'author'})</em></FONT><P>
  <p>
--- 218,222 ----
  <input type=hidden name=title value="$dat->{'title'}">
  <FONT SIZE=6><em>Requesting: <br>
! <a href=/cgi-bin/koha/detail.pl?bib=$bib>$dat->{'title'}</a>
  ($dat->{'author'})</em></FONT><P>
  <p>
***************
*** 243,247 ****
  $branchoptions
  </select></td>
! <td><input type=checkbox name=request value=any>Next Available, 
  <br>(or choose from list below)</td>
  </tr></table>
--- 245,249 ----
  $branchoptions
  </select></td>
! <td><input type=checkbox name=request value=any>Next Available,
  <br>(or choose from list below)</td>
  </tr></table>





More information about the Koha-cvs mailing list