mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Fix the "for" attribute of the labels in partial imports/issues_relations_mapping (#42957).
Patch by Thomas Löber (user:tloeber). git-svn-id: https://svn.redmine.org/redmine/trunk@23895 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d6ff934943
commit
e76fb425c5
@ -5,27 +5,27 @@
|
|||||||
<%= mapping_select_tag @import, 'unique_id' %>
|
<%= mapping_select_tag @import, 'unique_id' %>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_parent_issue_id"><%= l(:field_parent_issue) %></label>
|
<label for="import_mapping_parent_issue_id"><%= l(:field_parent_issue) %></label>
|
||||||
<%= mapping_select_tag @import, 'parent_issue_id' %>
|
<%= mapping_select_tag @import, 'parent_issue_id' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_duplicates"><%= l(:label_duplicates) %></label>
|
<label for="import_mapping_relation_duplicates"><%= l(:label_duplicates) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_duplicates' %>
|
<%= mapping_select_tag @import, 'relation_duplicates' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_duplicated"><%= l(:label_duplicated_by) %></label>
|
<label for="import_mapping_relation_duplicated"><%= l(:label_duplicated_by) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_duplicated' %>
|
<%= mapping_select_tag @import, 'relation_duplicated' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_blocks"><%= l(:label_blocks) %></label>
|
<label for="import_mapping_relation_blocks"><%= l(:label_blocks) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_blocks' %>
|
<%= mapping_select_tag @import, 'relation_blocks' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_blocked"><%= l(:label_blocked_by) %></label>
|
<label for="import_mapping_relation_blocked"><%= l(:label_blocked_by) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_blocked' %>
|
<%= mapping_select_tag @import, 'relation_blocked' %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -33,27 +33,27 @@
|
|||||||
<div class="splitcontentright">
|
<div class="splitcontentright">
|
||||||
<p></p>
|
<p></p>
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_relates"><%= l(:label_relates_to) %></label>
|
<label for="import_mapping_relation_relates"><%= l(:label_relates_to) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_relates' %>
|
<%= mapping_select_tag @import, 'relation_relates' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_precedes"><%= l(:label_precedes) %></label>
|
<label for="import_mapping_relation_precedes"><%= l(:label_precedes) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_precedes' %>
|
<%= mapping_select_tag @import, 'relation_precedes' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_follows"><%= l(:label_follows) %></label>
|
<label for="import_mapping_relation_follows"><%= l(:label_follows) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_follows' %>
|
<%= mapping_select_tag @import, 'relation_follows' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_copied_to"><%= l(:label_copied_to) %></label>
|
<label for="import_mapping_relation_copied_to"><%= l(:label_copied_to) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_copied_to' %>
|
<%= mapping_select_tag @import, 'relation_copied_to' %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<label for="import_settings_mapping_relation_copied_from"><%= l(:label_copied_from) %></label>
|
<label for="import_mapping_relation_copied_from"><%= l(:label_copied_from) %></label>
|
||||||
<%= mapping_select_tag @import, 'relation_copied_from' %>
|
<%= mapping_select_tag @import, 'relation_copied_from' %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user