X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2160ce2ba3f76d5040d02c08c8541af708198bd8..e8b07984052b974e46a84a2a4a8a4d3fd10e797a:/templates/webpages/requirement_spec/_show_basic_settings.html diff --git a/templates/webpages/requirement_spec/_show_basic_settings.html b/templates/webpages/requirement_spec/_show_basic_settings.html new file mode 100644 index 000000000..cdd80f151 --- /dev/null +++ b/templates/webpages/requirement_spec/_show_basic_settings.html @@ -0,0 +1,44 @@ +[%- USE HTML -%][%- USE LxERP -%] +
+ + + + + + + + + + +[%- UNLESS SELF.requirement_spec.is_template %] + + + + + + + + + + + + + + + + + + + + + +[%- END %] + +
+ [% IF SELF.requirement_spec.is_template %] + [% LxERP.t8("Basic Settings for the Requirement Spec Template") %] + [% ELSE %] + [% LxERP.t8("Basic Settings for the Requirement Spec") %] + [% END %] +
[% LxERP.t8("Title") %]:[% HTML.escape(SELF.requirement_spec.title) %]
[% LxERP.t8("Requirement Spec Type") %]:[% HTML.escape(SELF.requirement_spec.type.description) %]
[% LxERP.t8("Requirement Spec Status") %]:[% HTML.escape(SELF.requirement_spec.status.description) %]
[% LxERP.t8("Customer") %]:[% HTML.escape(SELF.requirement_spec.customer.name) %]
[% LxERP.t8("Hourly Rate") %]:[% HTML.escape(SELF.requirement_spec.hourly_rate_as_number) %]
+