From: Moritz Bunkus Date: Wed, 2 Apr 2014 11:44:44 +0000 (+0200) Subject: Pflichtenheftvorlagen: Typ muss ebenfalls bearbeitbar sein X-Git-Tag: release-3.2.0beta~467^2~9 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=57b585669f30df41a1e021a3e167d1350e442de2;p=kivitendo-erp.git Pflichtenheftvorlagen: Typ muss ebenfalls bearbeitbar sein …weil die Formate für Abschnitts- und Textblocknummern an den Typen hängen. --- diff --git a/templates/webpages/requirement_spec/_form.html b/templates/webpages/requirement_spec/_form.html index 5512294b8..b9cf9c6ac 100644 --- a/templates/webpages/requirement_spec/_form.html +++ b/templates/webpages/requirement_spec/_form.html @@ -14,13 +14,13 @@ [% L.input_tag("requirement_spec.title", SELF.requirement_spec.title, id=id_prefix _ '_title') %] -[%- UNLESS SELF.requirement_spec.is_template %] - [% LxERP.t8("Requirement Spec Type") %] [% L.select_tag("requirement_spec.type_id", SELF.types, default=SELF.requirement_spec.type_id, title_key="description", id=id_prefix _ '_type_id') %] +[%- UNLESS SELF.requirement_spec.is_template %] + [% LxERP.t8("Requirement Spec Status") %] [% L.select_tag("requirement_spec.status_id", SELF.statuses, default=SELF.requirement_spec.status_id, title_key="description", id=id_prefix _ '_status_id') %] diff --git a/templates/webpages/requirement_spec/_show_basic_settings.html b/templates/webpages/requirement_spec/_show_basic_settings.html index db7bf49c2..7f69f8c57 100644 --- a/templates/webpages/requirement_spec/_show_basic_settings.html +++ b/templates/webpages/requirement_spec/_show_basic_settings.html @@ -14,13 +14,13 @@ [% HTML.escape(SELF.requirement_spec.title) %] -[%- UNLESS SELF.requirement_spec.is_template %] - [% LxERP.t8("Requirement Spec Type") %]: [% HTML.escape(SELF.requirement_spec.type.description) %] +[%- UNLESS SELF.requirement_spec.is_template %] + [% LxERP.t8("Requirement Spec Status") %]: [% HTML.escape(SELF.requirement_spec.status.description) %]