X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/51fec3106e49e1ffc7d6a0a2c577bea8641efbff..08e820f:/templates/webpages/requirement_spec_version/list.html diff --git a/templates/webpages/requirement_spec_version/list.html b/templates/webpages/requirement_spec_version/list.html index 7c4f4d5ec..74ef179a7 100644 --- a/templates/webpages/requirement_spec_version/list.html +++ b/templates/webpages/requirement_spec_version/list.html @@ -1,9 +1,9 @@ [% USE HTML %][% USE L %][% USE LxERP %][%- USE P -%] -
| [%- LxERP.t8("Version number") %] | +[%- LxERP.t8("Version number") %] | [%- LxERP.t8("Description") %] | [%- LxERP.t8("Internal comment") %] | [%- LxERP.t8("Last modification") %] | @@ -11,25 +11,26 @@
|---|---|---|---|---|
| - [%- IF SELF.requirement_spec.version_id %] - [%- LxERP.t8("Working copy identical to version number #1", SELF.requirement_spec.version.version_number) %] - [%- ELSE %] - [%- LxERP.t8("Working copy without version") %] - [%- END -%] - | +||||
| [%- LxERP.t8("Working copy identical to version number #1", SELF.requirement_spec.version.version_number) %] | + [%- ELSE %] +[%- LxERP.t8("Working copy without version") %] | + [%- END -%][%- LxERP.t8("Working copy; no description yet") %] | [% SELF.requirement_spec.mtime.to_kivitendo(precision='minute') %] | |
| [% HTML.escape(versioned.version.version_number) %] | -[% HTML.escape(P.truncate(versioned.description)) %] | -[% HTML.escape(P.truncate(versioned.comment)) %] | -[% versioned.mtime.to_kivitendo(precision='minute') %] | + [%- FOREACH versioned_copy = SELF.requirement_spec.versioned_copies_sorted %] + [%- SET version = versioned_copy.version %] +|
| [% HTML.escape(version.version_number) %] | +[% HTML.escape(P.truncate(version.description)) %] | +[% HTML.escape(P.truncate(version.comment)) %] | +[% version.itime.to_kivitendo(precision='minute') %] |