projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c9cfb
)
menubar ist hier unnötig
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:41:27 +0000
(12:41 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Oct 2012 10:41:27 +0000
(12:41 +0200)
bin/mozilla/ar.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ar.pl
b/bin/mozilla/ar.pl
index
2e82596
..
8d0e89d
100644
(file)
--- a/
bin/mozilla/ar.pl
+++ b/
bin/mozilla/ar.pl
@@
-524,10
+524,6
@@
$follow_ups_block
}
}
- if ($form->{menubar}) {
- require "bin/mozilla/menu.pl";
- &menubar;
- }
# button for saving history
if($form->{id} ne "") {
print qq| <input type=button class=submit onclick=set_history_window($form->{id}); name=history id=history value=| . $locale->text('history') . qq|> |;