Switched button-add-member to button-add-new in /admin/ scripts.
[koha.git] / admin / itemtypes.pl
index 4983518..2090f33 100755 (executable)
@@ -271,7 +271,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 itemtype\" BORDER=0 ></a><br>";
+       print "<br><input type=image src=\"/images/button-add-new.gif\"  WIDTH=188  HEIGHT=44  ALT=\"Add itemtype\" BORDER=0 ></a><br>";
        print "</form>";
 } #---- END $OP eq DEFAULT
 print endmenu('admin');