From: Moritz Bunkus Date: Mon, 11 Mar 2013 11:21:01 +0000 (+0100) Subject: Pflichtenhefte: Inputs für time_estimation X-Git-Tag: release-3.2.0beta~467^2~230 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=cec1e6007ff1369e0b6a70ae6e02b7755d0d444e;p=kivitendo-erp.git Pflichtenhefte: Inputs für time_estimation --- 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 %]