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:
6557395
)
Im alten MenĂ¼ den Loginnamen in der Kopfzeile anzeigen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 10 Jan 2008 15:53:58 +0000
(15:53 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 10 Jan 2008 15:53:58 +0000
(15:53 +0000)
bin/mozilla/kopf.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/kopf.pl
b/bin/mozilla/kopf.pl
index
03c601b
..
ea7e5d3
100644
(file)
--- a/
bin/mozilla/kopf.pl
+++ b/
bin/mozilla/kopf.pl
@@
-14,7
+14,7
@@
foreach (@felder) {
$$name = $wert;
}
$login =
- "[" . $
login
+ "[" . $
form->{login}
. " - <a href=\"login.pl?action=logout\" target=\"_top\">"
. $locale->text('Logout')
. "</a>] ";