Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / simple_system_setting / _requirement_spec_type_form.html
1 [% USE HTML %][% USE L %][% USE LxERP %]
2 <table>
3  <tr>
4   <th align="right">[% LxERP.t8("Description") %]</th>
5   <td>[% L.input_tag("object.description", SELF.object.description, "data-validate"="required", "data-title"=LxERP.t8("Description")) %]</td>
6  </tr>
7
8  <tr>
9   <th align="right">[% LxERP.t8("Print template base file name") %]<sup>(1)</sup></th>
10   <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>
11  </tr>
12
13  <tr>
14   <th align="right">[% LxERP.t8("Section number format") %]<sup>(2)</sup></th>
15   <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>
16  </tr>
17
18  <tr>
19   <th align="right">[% LxERP.t8("Function block number format") %]<sup>(2)</sup></th>
20   <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>
21  </tr>
22 </table>
23
24 <p>
25  <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.") %]
26  <br>
27  <sup>(2)</sup>: [% LxERP.t8("The numbering will start at 1 with each requirement spec.") %]
28 </p>