From 7c99f8ad11c0a5ce13cfadb6a3adfe4ded7dd384 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Tue, 28 Oct 2008 20:29:38 +0000 Subject: [PATCH] Added :view_timelog_edit_form_bottom hook to the timelog/edit form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1960 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/timelog/edit.rhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/timelog/edit.rhtml b/app/views/timelog/edit.rhtml index 0dd3503e..c403d8f2 100644 --- a/app/views/timelog/edit.rhtml +++ b/app/views/timelog/edit.rhtml @@ -13,6 +13,7 @@ <% @time_entry.custom_field_values.each do |value| %>

<%= custom_field_tag_with_label :time_entry, value %>

<% end %> +<%= call_hook(:view_timelog_edit_form_bottom, { :time_entry => @time_entry, :form => f }) %> <%= submit_tag l(:button_save) %>