X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_type%2Fform.html;h=e9bc2d6c831abd2c06566335a6c500a2538e1f4a;hb=6b87fc69acd2056741e1247e46b9d4dcc9db8730;hp=814e49d5ff8d6549c466dfe45683a81d2bcd2b6f;hpb=4ee26bcc22fa980555706ca24323ee9c552c1303;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec_type/form.html b/templates/webpages/requirement_spec_type/form.html index 814e49d5f..e9bc2d6c8 100755 --- a/templates/webpages/requirement_spec_type/form.html +++ b/templates/webpages/requirement_spec_type/form.html @@ -15,6 +15,16 @@ [% LxERP.t8('Print template base file name') %](1) [% L.input_tag("requirement_spec_type.template_file_name", SELF.requirement_spec_type.template_file_name) %] + + + [% LxERP.t8('Section number format') %](2) + [% L.input_tag("requirement_spec_type.section_number_format", SELF.requirement_spec_type.section_number_format, size="15") %] + + + + [% LxERP.t8('Function block number format') %](2) + [% L.input_tag("requirement_spec_type.function_block_number_format", SELF.requirement_spec_type.function_block_number_format, size="15") %] +

@@ -29,5 +39,7 @@

(1): [% LxERP.t8("The base file name without a path or an extension to be used for printing for this type of requirement spec.") %] +
+ (2): [% LxERP.t8('The numbering will start at 1 with each requirement spec.') %]