From cec1e6007ff1369e0b6a70ae6e02b7755d0d444e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 11 Mar 2013 12:21:01 +0100 Subject: [PATCH] =?utf8?q?Pflichtenhefte:=20Inputs=20f=C3=BCr=20time=5Fest?= =?utf8?q?imation?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../webpages/requirement_spec_item/_function_block_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/requirement_spec_item/_function_block_form.html b/templates/webpages/requirement_spec_item/_function_block_form.html index 15023b7c5..5be377ec2 100644 --- a/templates/webpages/requirement_spec_item/_function_block_form.html +++ b/templates/webpages/requirement_spec_item/_function_block_form.html @@ -1,4 +1,4 @@ -[%- USE LxERP -%][%- USE L -%][%- USE HTML -%][%- USE JavaScript -%][% SET style="width: 500px" %] +[%- USE LxERP -%][%- USE L -%][%- USE HTML -%][%- USE JavaScript -%][%- USE P -%][% SET style="width: 500px" %] [% DEFAULT id_base = 'edit_function_block_' _ SELF.item.id %]
[% L.hidden_tag(id_base _ '_id', SELF.item.id) %] @@ -23,7 +23,7 @@ [%- IF !SELF.item.children.size %] [%- LxERP.t8("Time estimate") %]:
- TODO: time estimate input + [%- P.man_days_tag(id_base _ '.time_estimation', SELF.item) %] [%- END %] -- 2.20.1