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:
parent
8cd909ead8
commit
8a0aa32e8e
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue