]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/requirement_spec_item/_section_header.html
customernotes auch als notes Form Variable(fixmaster)
[mfinanz.git] / templates / webpages / requirement_spec_item / _section_header.html
index db3a9983d4cfff9f5addfbbd0cb8d8ad5fe192ef..4df9892e261657a0bf4354bfb957e14b6c8defde 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE HTML -%][%- USE L -%][%- USE LxERP -%]
 <h1>
- [%- HTML.escape(requirement_spec_item.fb_number) %]: &lt;[% requirement_spec_item.id %]&gt;
+ [%- HTML.escape(requirement_spec_item.fb_number) %]:
  [% IF requirement_spec_item.title %]
   [% HTML.escape(requirement_spec_item.title) %]
  [% ELSE %]
  [% END %]
 </h1>
 
-<div class="section-description">
+<div class="section-description" id="section-description">
  <div class="section-description-heading">[%- LxERP.t8("Preamble") %]</div>
  [% IF requirement_spec_item.description %]
-  [%- L.simple_format(requirement_spec_item.description) -%]
+  [%- requirement_spec_item.description_as_restricted_html -%]
  [%- ELSE %]
   <span class="dimmed-text">[%- LxERP.t8("No text has been entered yet.") %]</span>
  [%- END %]