X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_edit_translations.html;h=5a540ee3da9c0246ced9811001fa8b371241264b;hb=fc1e67b429bb959ab60bd50d144c0a51fbc4b292;hp=bdc68ee4294520978a97c48a4ef2b17e8476389b;hpb=d22f2fe4829e8334eb28a17c8b45c19a3357d5f2;p=kivitendo-erp.git diff --git a/templates/webpages/part/_edit_translations.html b/templates/webpages/part/_edit_translations.html index bdc68ee42..5a540ee3d 100644 --- a/templates/webpages/part/_edit_translations.html +++ b/templates/webpages/part/_edit_translations.html @@ -16,7 +16,7 @@ [% L.hidden_tag('translations[+].language_id', language.id) %] [% HTML.escape(language.description) %] - [% L.input_tag("translations[].translation", translation.translation) %] + [% L.areainput_tag("translations[].translation", translation.translation, size=40) %] [% L.textarea_tag("translations[].longdescription", P.restricted_html(translation.longdescription), id="translations_longdescription_" _ language_id, class="texteditor", style="width: 500px; height: 100px") %] [%- END %]