Removed fieldset.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8188 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-10 21:33:56 +00:00
parent 2bbb7a8e95
commit 1ad16c2238
1 changed files with 0 additions and 4 deletions

View File

@ -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>