X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/ic/tabs/_edit_translations.html diff --git a/templates/webpages/ic/tabs/_edit_translations.html b/templates/webpages/ic/tabs/_edit_translations.html deleted file mode 100644 index 1d0d6c18d..000000000 --- a/templates/webpages/ic/tabs/_edit_translations.html +++ /dev/null @@ -1,22 +0,0 @@ -[%- USE HTML %][%- USE L -%][%- USE P -%][%- USE LxERP -%] - -
| [% LxERP.t8("Language") %] | -[% LxERP.t8("Description") %] | -[% LxERP.t8("Long Description") %] | -
|---|---|---|
| [% HTML.escape(language.description) %] | -[% L.input_tag("translations[].translation", translation.translation) %] | -[% L.textarea_tag("translations[].longdescription", P.restricted_html(translation.longdescription), id="translations_longdescription_" _ language_id, class="texteditor", style="width: 500px; height: 100px") %] | -