Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cec1e600

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID cec1e6007ff1369e0b6a70ae6e02b7755d0d444e
  • Vorgänger c7c7d2d5
  • Nachfolger 3e810aba

Pflichtenhefte: Inputs für time_estimation

Unterschiede anzeigen:

templates/webpages/requirement_spec_item/_function_block_form.html
1
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%][%- USE JavaScript -%][% SET style="width: 500px" %]
1
[%- USE LxERP -%][%- USE L -%][%- USE HTML -%][%- USE JavaScript -%][%- USE P -%][% SET style="width: 500px" %]
2 2
[% DEFAULT id_base = 'edit_function_block_' _ SELF.item.id %]
3 3
<form method="post" id="[% id_base %]_form" class="function-block-form">
4 4
 [% L.hidden_tag(id_base _ '_id',                  SELF.item.id) %]
......
23 23

  
24 24
[%- IF !SELF.item.children.size %]
25 25
   [%- LxERP.t8("Time estimate") %]:<br>
26
   TODO: time estimate input
26
   [%- P.man_days_tag(id_base _ '.time_estimation', SELF.item) %]
27 27
[%- END %]
28 28
  </div>
29 29

  

Auch abrufbar als: Unified diff