Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / requirement_spec_type / list.html
index b1a6baa..3c81986 100644 (file)
@@ -1,6 +1,5 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
-
- <div class="listtop">[% FORM.title %]</div>
+<h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
@@ -16,6 +15,8 @@
     <tr class="listheading">
      <th align="center"><img src="image/updown.png" alt="[ LxERP.t8('reorder item') %]"></th>
      <th>[%- LxERP.t8('Description') %]</th>
+     <th>[%- LxERP.t8('Section number format') %]</th>
+     <th>[%- LxERP.t8('Function block number format') %]</th>
     </tr>
     </thead>
 
@@ -28,6 +29,9 @@
        [%- HTML.escape(requirement_spec_type.description) %]
       </a>
      </td>
+
+     <td>[% HTML.escape(requirement_spec_type.section_number_format) %]</td>
+     <td>[% HTML.escape(requirement_spec_type.function_block_number_format) %]</td>
     </tr>
     [%- END %]
     </tbody>