diff options
Diffstat (limited to 'app/views/settings/_timelog.html.erb')
-rw-r--r-- | app/views/settings/_timelog.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/_timelog.html.erb b/app/views/settings/_timelog.html.erb index c4453a616..e3c0a5657 100644 --- a/app/views/settings/_timelog.html.erb +++ b/app/views/settings/_timelog.html.erb @@ -4,6 +4,9 @@ <p><%= setting_multiselect(:timelog_required_fields, [[l(:field_issue), 'issue_id'], [l(:field_comments), 'comments'] ]) %></p> +<p><%= setting_text_field :timelog_max_hours_per_day, :size => 6 %></p> + +<p><%= setting_check_box :timelog_accept_0_hours %></p> </div> <fieldset class="box"> |