Just a little fix to make it display an add variable button instead of add
authorrangi <rangi>
Thu, 16 May 2002 02:16:27 +0000 (02:16 +0000)
committerrangi <rangi>
Thu, 16 May 2002 02:16:27 +0000 (02:16 +0000)
new member.
add variable button is in koha-html

admin/systempreferences.pl

index ccab33f..c74b26c 100755 (executable)
@@ -235,7 +235,7 @@ printend
                my $nextpage =$offset+$pagesize;
                print mklink("$script_name?offset=".$nextpage,'Next &gt;&gt;');
        }
-       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');