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

Paul POULAIN tipaul at users.sourceforge.net
Thu Jul 4 14:46:44 CEST 2002


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

Modified Files:
	systempreferences.pl 
Log Message:
only 1 change : buttun-add-new instead of button-add-variable.
Other diffs are due to "explanation" row adding, only in main branch


Index: systempreferences.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/systempreferences.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** systempreferences.pl	16 May 2002 02:16:27 -0000	1.3
--- systempreferences.pl	4 Jul 2002 12:46:42 -0000	1.4
***************
*** 222,226 ****
  		print mktablerow(5,$toggle,$results->[$i]{'variable'},$results->[$i]{'value'},$results->[$i]{'explanation'},
  		mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'variable'},'Edit'),
! 		mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'variable'},'Delete',''));
  	}
  	print mktableft;
--- 222,226 ----
  		print mktablerow(5,$toggle,$results->[$i]{'variable'},$results->[$i]{'value'},$results->[$i]{'explanation'},
  		mklink("$script_name?op=add_form&searchfield=".$results->[$i]{'variable'},'Edit'),
! 		mklink("$script_name?op=delete_confirm&searchfield=".$results->[$i]{'variable'},'Delete'));
  	}
  	print mktableft;
***************
*** 236,240 ****
  		print mklink("$script_name?offset=".$nextpage,'Next >>');
  	}
! 	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
--- 236,240 ----
  		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 budget\" BORDER=0 ></a><br>";
  	print "</form>";
  } #---- END $OP eq DEFAULT





More information about the Koha-cvs mailing list