Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / simple_system_setting / _requirement_spec_type_form.html
diff --git a/templates/webpages/simple_system_setting/_requirement_spec_type_form.html b/templates/webpages/simple_system_setting/_requirement_spec_type_form.html
new file mode 100644 (file)
index 0000000..96fdfb4
--- /dev/null
@@ -0,0 +1,28 @@
+[% USE HTML %][% USE L %][% USE LxERP %]
+<table>
+ <tr>
+  <th align="right">[% LxERP.t8("Description") %]</th>
+  <td>[% L.input_tag("object.description", SELF.object.description, "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td>
+ </tr>
+
+ <tr>
+  <th align="right">[% LxERP.t8("Print template base file name") %]<sup>(1)</sup></th>
+  <td>[% L.input_tag("object.template_file_name", SELF.object.template_file_name, "data-validate"="required", "data-title"=LxERP.t8("Print template base file name")) %]</td>
+ </tr>
+
+ <tr>
+  <th align="right">[% LxERP.t8("Section number format") %]<sup>(2)</sup></th>
+  <td>[% L.input_tag("object.section_number_format", SELF.object.section_number_format, size="15", "data-validate"="required", "data-title"=LxERP.t8("Section number format")) %]</td>
+ </tr>
+
+ <tr>
+  <th align="right">[% LxERP.t8("Function block number format") %]<sup>(2)</sup></th>
+  <td>[% L.input_tag("object.function_block_number_format", SELF.object.function_block_number_format, size="15", "data-validate"="required", "data-title"=LxERP.t8("Function block number format")) %]</td>
+ </tr>
+</table>
+
+<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>