Restructure delete work package view

pull/3563/head
Magdalena Kafka 9 years ago committed by Stefan Botzenhart
parent 03a959a752
commit 26129eb3bb
  1. 1
      app/views/work_packages/bulk/destroy.html.erb
  2. 1
      config/locales/en.yml

@ -69,7 +69,6 @@ See doc/COPYRIGHT.rdoc for more details.
<div class="grid-block">
<div class="form--field">
<div class="form--text-field-container -xslim">
<%= styled_label_tag 'to_do_reassign_to_id', l(:text_reassign_to), class: 'hidden-for-sighted' %>
<%= f.text_field 'reassign_to_id', :placeholder => WorkPackage.human_attribute_name(:id), :value => params[:reassign_to_id], :size => 6, :onfocus => 'jQuery("#to_do_action_reassign").prop("checked", true);' %>
</div>
</div>

@ -1598,7 +1598,6 @@ en:
text_powered_by: "Powered by %{link}"
text_project_identifier_info: "Only lower case letters (a-z), numbers, dashes and underscores are allowed, must start with a lower case letter."
text_reassign: "Reassign to work package:"
text_reassign_to: "work package:"
text_regexp_info: "eg. ^[A-Z0-9]+$"
text_repository_usernames_mapping: "Select or update the OpenProject user mapped to each username found in the repository log.\nUsers with the same OpenProject and repository username or email are automatically mapped."
text_select_mail_notifications: "Select actions for which email notifications should be sent."

Loading…
Cancel
Save