diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mozilla/ic.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index f689954f..57072274 100755 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -767,6 +767,7 @@ sub form_footer { $button{'Delete'} = { ndx => 16, key => 'D', value => $locale->text('Delete') }; } } + %button = () if $form->{isassemblyitem} && $form->{item} eq 'assembly'; for (sort { $button{$a}->{ndx} <=> $button{$b}->{ndx} } keys %button) { $form->print_button(\%button, $_) } |