X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_type%2Fform.html;h=a965c868d0df391054b62c8477f7b42f0cb416f7;hb=3020815bb359d1d98b0542a25c8f13c3a998a08b;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..a965c868d 100755 --- a/templates/webpages/requirement_spec_type/form.html +++ b/templates/webpages/requirement_spec_type/form.html @@ -1,7 +1,7 @@ [% USE HTML %][% USE L %][% USE LxERP %] +

[% FORM.title %]

-
[% FORM.title %]
[%- INCLUDE 'common/flash.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.') %] +