[Koha-cvs] CVS: koha currency.pl,1.3,1.4

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:31:41 CEST 2002


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

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


Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/currency.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** currency.pl	14 Aug 2002 18:12:50 -0000	1.3
--- currency.pl	13 Oct 2002 07:31:39 -0000	1.4
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #written by chris at katipo.co.nz
  #9/10/2000
***************
*** 41,45 ****
    <TR VALIGN=TOP>
    <TD  bgcolor="99cc33" background="/images/background-mem.gif" colspan=2 ><b>EXCHANGE RATES </b></TD></TR>
!   <TR VALIGN=TOP>                                                                 
    <TD>
  printend
--- 43,47 ----
    <TR VALIGN=TOP>
    <TD  bgcolor="99cc33" background="/images/background-mem.gif" colspan=2 ><b>EXCHANGE RATES </b></TD></TR>
!   <TR VALIGN=TOP>
    <TD>
  printend
***************
*** 53,62 ****
    }
    print <<printend
!     <p>                                                                             
    <input type=image  name=submit src=/images/save-changes.gif border=0 width=187 height=42>
!   
!   </TD></TR>                                                                      
!   </form>                                                                         
!   </table>                                                
  printend
  ;
--- 55,64 ----
    }
    print <<printend
!     <p>
    <input type=image  name=submit src=/images/save-changes.gif border=0 width=187 height=42>
! 
!   </TD></TR>
!   </form>
!   </table>
  printend
  ;





More information about the Koha-cvs mailing list