]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ic/tabs/_edit_translations.html
epic-ts
[mfinanz.git] / templates / webpages / ic / tabs / _edit_translations.html
index 61884bf2f130c9442c739468f2d96fceb9219b57..1d0d6c18de4a7dd146d3c2ce92f84c79abb46fea 100644 (file)
@@ -15,7 +15,7 @@
    <tr class="listrow" valign="top">
     <td>[% HTML.escape(language.description) %]</td>
     <td>[% L.input_tag("translations[].translation", translation.translation) %]</td>
-    <td>[% L.textarea_tag("translations[].longdescription", translation.longdescription, id="translations_longdescription_" _ language_id, style="width: 500px; height: 100px") %]</td>
+    <td>[% L.textarea_tag("translations[].longdescription", P.restricted_html(translation.longdescription), id="translations_longdescription_" _ language_id, class="texteditor", style="width: 500px; height: 100px") %]</td>
    </tr>
   [%- END %]
  </table>