@@ -12,12 +12,14 | |||
|
12 | 12 | <% if User.current.allowed_to?(:log_time, @project) %> |
|
13 | 13 | <fieldset class="tabular"><legend><%= l(:button_log_time) %></legend> |
|
14 | 14 | <%= labelled_fields_for :time_entry, @time_entry do |time_entry| %> |
|
15 | <div class="splitcontent"> | |
|
15 | 16 | <div class="splitcontentleft"> |
|
16 | 17 | <p><%= time_entry.text_field :hours, :size => 6, :label => :label_spent_time %> <%= l(:field_hours) %></p> |
|
17 | 18 | </div> |
|
18 | 19 | <div class="splitcontentright"> |
|
19 | 20 | <p><%= time_entry.select :activity_id, activity_collection_for_select_options %></p> |
|
20 | 21 | </div> |
|
22 | </div> | |
|
21 | 23 | <p><%= time_entry.text_field :comments, :size => 60 %></p> |
|
22 | 24 | <% @time_entry.custom_field_values.each do |value| %> |
|
23 | 25 | <p><%= custom_field_tag_with_label :time_entry, value %></p> |
General Comments 0
You need to be logged in to leave comments.
Login now