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:
3f2c80c
)
Sprache bei Emailversand richtig setzen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 24 Feb 2012 11:46:48 +0000
(12:46 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 24 Feb 2012 11:46:48 +0000
(12:46 +0100)
name für den Anhang wurde nicht richtig übersetzt.
Teilfix für Bug 1821.
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
5050e6a
..
022f039
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-962,6
+962,9
@@
sub edit_e_mail {
$form->{"email"} = $form->{"cp_email"} if $form->{"cp_email"};
}
+ $form->{language} = $form->get_template_language(\%myconfig);
+ $form->{language} = "_" . $form->{language} if $form->{language};
+
my $title = $locale->text('E-mail') . " " . $form->get_formname_translation();
$form->{oldmedia} = $form->{media};