epic-ts
[kivitendo-erp.git] / templates / webpages / requirement_spec_type / form.html
index 36f2923..a965c86 100755 (executable)
@@ -1,7 +1,7 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
+<h1>[% FORM.title %]</h1>
 
  <form method="post" action="controller.pl">
-  <div class="listtop">[% FORM.title %]</div>
 
 [%- INCLUDE 'common/flash.html' %]
 
     <td>[% LxERP.t8('Description') %]</td>
     <td>[% L.input_tag("requirement_spec_type.description", SELF.requirement_spec_type.description) %]</td>
    </tr>
+
+   <tr>
+    <td>[% LxERP.t8('Print template base file name') %]<sup>(1)</sup></td>
+    <td>[% L.input_tag("requirement_spec_type.template_file_name", SELF.requirement_spec_type.template_file_name) %]</td>
+   </tr>
+
+   <tr>
+    <td>[% LxERP.t8('Section number format') %]<sup>(2)</sup></td>
+    <td>[% L.input_tag("requirement_spec_type.section_number_format", SELF.requirement_spec_type.section_number_format, size="15") %]</td>
+   </tr>
+
+   <tr>
+    <td>[% LxERP.t8('Function block number format') %]<sup>(2)</sup></td>
+    <td>[% L.input_tag("requirement_spec_type.function_block_number_format", SELF.requirement_spec_type.function_block_number_format, size="15") %]</td>
+   </tr>
   </table>
 
   <p>
    [%- END %]
    <a href="[% SELF.url_for(action => 'list') %]">[%- LxERP.t8('Abort') %]</a>
   </p>
+
+  <p>
+   <sup>(1)</sup>: [% LxERP.t8("The base file name without a path or an extension to be used for printing for this type of requirement spec.") %]
+   <br>
+   <sup>(2)</sup>: [% LxERP.t8('The numbering will start at 1 with each requirement spec.') %]
+  </p>
  </form>