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:
8debd37
)
"Leere" Sprache wieder eingefügt für Std-Vorlagen
author
Holger Lindemann
<hli@lx-system.de>
Fri, 8 Dec 2006 11:54:45 +0000
(11:54 +0000)
committer
Holger Lindemann
<hli@lx-system.de>
Fri, 8 Dec 2006 11:54:45 +0000
(11:54 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
c37e262
..
478932b
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1460,8
+1460,8
@@
sub print_options {
$format .= qq|</select>|;
if (scalar(keys (%{ $form->{languages} })) !=0) {
-
-
$language_select = qq|<select name=language_id>
|;
+ $language_select = qq|<select name=language_id>
+
<option value=""></option>}
|;
foreach $item (@{ $form->{languages} }) {
if ($form->{language_id} eq $item->{id}) {
$language_select .= qq|<option value="$item->{id}" selected>$item->{description}</option>|;