X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b42a86ead32ac2a4cefcc972f35b3e723f21d6bc..c0ed7d2fa:/templates/webpages/requirement_spec_item/_function_block.html diff --git a/templates/webpages/requirement_spec_item/_function_block.html b/templates/webpages/requirement_spec_item/_function_block.html index 038ff2368..a580acef4 100644 --- a/templates/webpages/requirement_spec_item/_function_block.html +++ b/templates/webpages/requirement_spec_item/_function_block.html @@ -1,7 +1,7 @@ [%- USE HTML -%][%- USE LxERP -%][%- USE P -%][%- USE L -%] -
+
-
+
[% INCLUDE 'requirement_spec_item/_function_block_content_top.html' id_prefix='' %] @@ -9,7 +9,7 @@
[%- LxERP.t8("Sub function blocks") -%]
- [%- FOREACH sub_function_block = requirement_spec_item.sorted_children -%] + [%- FOREACH sub_function_block = requirement_spec_item.children_sorted -%] [%- INCLUDE 'requirement_spec_item/_sub_function_block.html' requirement_spec_item=sub_function_block -%] [%- END -%]