diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-10 21:33:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-12-10 21:33:56 +0000 |
commit | 1ad16c2238be1b1e0cc29435203b8fd8c233a85c (patch) | |
tree | 0980c689937d25989605cbb2af7954b721fe7100 /app/views/timelog | |
parent | 2bbb7a8e9597467e6ae3dd1efd6a5cc979d87270 (diff) | |
download | redmine-1ad16c2238be1b1e0cc29435203b8fd8c233a85c.tar.gz redmine-1ad16c2238be1b1e0cc29435203b8fd8c233a85c.zip |
Removed fieldset.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8188 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog')
-rw-r--r-- | app/views/timelog/bulk_edit.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/timelog/bulk_edit.html.erb b/app/views/timelog/bulk_edit.html.erb index 9496e8c41..40a34cc28 100644 --- a/app/views/timelog/bulk_edit.html.erb +++ b/app/views/timelog/bulk_edit.html.erb @@ -5,8 +5,6 @@ <% form_tag(:action => 'bulk_update') do %> <%= @time_entries.collect {|i| hidden_field_tag('ids[]', i.id)}.join %> <div class="box tabular"> - <fieldset class="attributes"> - <legend><%= l(:label_change_properties) %></legend> <div> <p> <label><%= l(:field_issue) %></label> @@ -41,8 +39,6 @@ <%= call_hook(:view_time_entries_bulk_edit_details_bottom, { :time_entries => @time_entries }) %> </div> - - </fieldset> </div> <p><%= submit_tag l(:button_submit) %></p> |