X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_type%2Fform.html;h=e9bc2d6c831abd2c06566335a6c500a2538e1f4a;hb=6b87fc69acd2056741e1247e46b9d4dcc9db8730;hp=36f2923dfaf706723d5cfb293929ce7c3ebd6951;hpb=4fa00e30d9bfcc5fe8e04659d5e93eda8e5686ab;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec_type/form.html b/templates/webpages/requirement_spec_type/form.html index 36f2923df..e9bc2d6c8 100755 --- a/templates/webpages/requirement_spec_type/form.html +++ b/templates/webpages/requirement_spec_type/form.html @@ -10,6 +10,21 @@ [% LxERP.t8('Description') %] [% L.input_tag("requirement_spec_type.description", SELF.requirement_spec_type.description) %] + + + [% 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") %] +

@@ -21,4 +36,10 @@ [%- END %] [%- LxERP.t8('Abort') %]

+ +

+ (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.') %] +