X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4cab0b745055e422ff7f55c0560fdc934409a791..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/templates/webpages/requirement_spec/select_template_to_paste.html diff --git a/templates/webpages/requirement_spec/select_template_to_paste.html b/templates/webpages/requirement_spec/select_template_to_paste.html index ff2eea7a3..3ddeb2d1c 100644 --- a/templates/webpages/requirement_spec/select_template_to_paste.html +++ b/templates/webpages/requirement_spec/select_template_to_paste.html @@ -12,13 +12,9 @@ [%- END %] [%- END %] -
[%- LxERP.t8("No requirement spec templates have been created yet.") %]
- - [%- ELSE %]| [%- LxERP.t8("Detail view") %] | [%- LxERP.t8("Paste template") %] | [%- LxERP.t8("Title") %] | +[%- LxERP.t8("Type") %] | [%- LxERP.t8("Last modification") %] | @@ -37,8 +34,9 @@ -[%- LxERP.t8("Paste template") %] | +[%- LxERP.t8("Paste template") %] | [%- HTML.escape(template.title) %] | +[%- HTML.escape(template.type.description) %] | [% template.mtime ? template.mtime.to_kivitendo(precision='minute') : template.itime.to_kivitendo(precision='minute') %] | @@ -46,6 +44,7 @@ [% SET front = template.text_blocks_sorted(output_position=0) %] [% SET sections = template.sections_sorted %] [% SET back = template.text_blocks_sorted(output_position=1) %] + [% SET parts = template.parts_sorted %]
[%- LxERP.t8("What this template contains") %]:
|
[%- END %]
|---|