Pflichtenhefte: Inputs für time_estimation
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 11 Mar 2013 11:21:01 +0000 (12:21 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:02:26 +0000 (13:02 +0200)
templates/webpages/requirement_spec_item/_function_block_form.html

index 15023b7..5be377e 100644 (file)
@@ -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 %]
 <form method="post" id="[% id_base %]_form" class="function-block-form">
  [% L.hidden_tag(id_base _ '_id',                  SELF.item.id) %]
@@ -23,7 +23,7 @@
 
 [%- IF !SELF.item.children.size %]
    [%- LxERP.t8("Time estimate") %]:<br>
-   TODO: time estimate input
+   [%- P.man_days_tag(id_base _ '.time_estimation', SELF.item) %]
 [%- END %]
   </div>