]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Spracheinstellungen bei Waren usw.: Übersetzungsfelder auch mehrzeilig
[mfinanz.git] / bin / mozilla / ic.pl
index 3eb67383cdc96123082fca1418aa998da70e4637..d6ecbb5c5fe9483019b2949c4855cf737d3ebd52 100644 (file)
@@ -2016,6 +2016,10 @@ sub parts_language_selection {
 
         $language->{translation}     = $translation;
         $language->{longdescription} = $longdescription;
+
+        $language->{translation_area}     = ($language->{translation_rows} = $form->numtextrows($language->{translation}, 40)) > 1;
+        $language->{longdescription_rows} = max 4, $form->numtextrows($language->{longdescription}, 40);
+
         last;
       }
     }