X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_text_block%2F_form.html;h=545ba19ee62e3d5d377416a7fa40fd4af394a74b;hb=6ceacc682f9c760e654f5aacde9b8480760d8b36;hp=57462bbf78b5096d97fcb4760c85b7b7da821987;hpb=2ea806480ef25ecd3a61a32d80e216e87210c39d;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec_text_block/_form.html b/templates/webpages/requirement_spec_text_block/_form.html index 57462bbf7..545ba19ee 100644 --- a/templates/webpages/requirement_spec_text_block/_form.html +++ b/templates/webpages/requirement_spec_text_block/_form.html @@ -1,4 +1,4 @@ -[%- USE LxERP -%][%- USE L -%][%- USE HTML -%][%- USE JavaScript -%][% SET style="width: 500px" %] +[%- USE LxERP -%][%- USE L -%][%- USE HTML -%][% SET style="width: 500px" %] [% DEFAULT id_base = 'edit_text_block_' _ SELF.text_block.id %]

@@ -36,7 +36,7 @@ [%- LxERP.t8("Description") %]: - [% L.textarea_tag(id_base _ '.text', SELF.text_block.text, style = style, rows = 10) %] + [% L.textarea_tag(id_base _ '.text_as_restricted_html', SELF.text_block.text_as_restricted_html, id = id_base _ '_text', style = style _ '; height: 200px', class='texteditor') %] @@ -48,41 +48,7 @@ [%- IF SELF.predefined_texts.size %] [%- END %]