Removed fieldset.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8188 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2bbb7a8e95
commit
1ad16c2238
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue