[Koha-cvs] CVS: koha/admin systempreferences.pl,1.2,1.3

Chris Cormack rangi at users.sourceforge.net
Thu May 16 04:16:29 CEST 2002


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

Modified Files:
	systempreferences.pl 
Log Message:
Just a little fix to make it display an add variable button instead of add
new member.
add variable button is in koha-html


Index: systempreferences.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** systempreferences.pl	15 May 2002 12:17:35 -0000	1.2
--- systempreferences.pl	16 May 2002 02:16:27 -0000	1.3
***************
*** 236,240 ****
  		print mklink("$script_name?offset=".$nextpage,'Next >>');
  	}
! 	print "<br><input type=image src=\"/images/button-add-member.gif\"  WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
  	print "</form>";
  } #---- END $OP eq DEFAULT
--- 236,240 ----
  		print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
  	}
! 	print "<br><input type=image src=\"/images/button-add-variable.gif\"  WIDTH=188  HEIGHT=44  ALT=\"Add budget\" BORDER=0 ></a><br>";
  	print "</form>";
  } #---- END $OP eq DEFAULT





More information about the Koha-cvs mailing list