X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/part/_edit_translations.html diff --git a/templates/webpages/part/_edit_translations.html b/templates/webpages/part/_edit_translations.html new file mode 100644 index 000000000..5a540ee3d --- /dev/null +++ b/templates/webpages/part/_edit_translations.html @@ -0,0 +1,24 @@ +[%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%] + +
| [% LxERP.t8("Language") %] | +[% LxERP.t8("Description") %] | +[% LxERP.t8("Long Description") %] | +
|---|---|---|
| + [% L.hidden_tag('translations[+].language_id', language.id) %] + [% HTML.escape(language.description) %] + | +[% 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") %] | +