From 57b585669f30df41a1e021a3e167d1350e442de2 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 2 Apr 2014 13:44:44 +0200 Subject: [PATCH] Pflichtenheftvorlagen: Typ muss ebenfalls bearbeitbar sein MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit …weil die Formate für Abschnitts- und Textblocknummern an den Typen hängen. --- templates/webpages/requirement_spec/_form.html | 4 ++-- templates/webpages/requirement_spec/_show_basic_settings.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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) %] -- 2.20.1