Just a little fix to make it display an add variable button instead of add

new member.
add variable button is in koha-html
This commit is contained in:
rangi 2002-05-16 02:16:27 +00:00
parent 8cd909ead8
commit 8a0aa32e8e

View file

@ -235,7 +235,7 @@ printend
my $nextpage =$offset+$pagesize;
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 "<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
print endmenu('admin');