[Koha-cvs] CVS: koha/admin currency.pl,1.1.2.2,1.1.2.3

Mike Mylonas dragon28 at users.sourceforge.net
Tue Aug 20 11:26:12 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	currency.pl 
Log Message:
fixed image alt tag

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/currency.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** currency.pl	24 Jun 2002 18:38:36 -0000	1.1.2.2
--- currency.pl	20 Aug 2002 09:26:10 -0000	1.1.2.3
***************
*** 248,252 ****
  		print mklink("$script_name?offset=".$nextpage,'Next >>');
  	}
! 	print "<br><input type=image src=\"/images/button-add-new.gif\"  WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
  	print "</form>";
  } #---- END $OP eq DEFAULT
--- 248,252 ----
  		print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
  	}
! 	print "<br><input type=image src=\"/images/button-add-new.gif\"  WIDTH=188  HEIGHT=44  ALT=\"Add currency\" BORDER=0 ></a><br>";
  	print "</form>";
  } #---- END $OP eq DEFAULT





More information about the Koha-cvs mailing list