X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_type%2Fform.html;h=a965c868d0df391054b62c8477f7b42f0cb416f7;hb=3f0ed511a589aca9642391108a960ef4e8a6286d;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..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' %] @@ -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.') %]