Revision 469cfac9
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
524 | 524 |
} |
525 | 525 |
} |
526 | 526 |
|
527 |
if ($form->{menubar}) { |
|
528 |
require "bin/mozilla/menu.pl"; |
|
529 |
&menubar; |
|
530 |
} |
|
531 | 527 |
# button for saving history |
532 | 528 |
if($form->{id} ne "") { |
533 | 529 |
print qq| <input type=button class=submit onclick=set_history_window($form->{id}); name=history id=history value=| . $locale->text('history') . qq|> |; |
Auch abrufbar als: Unified diff
menubar ist hier unnötig