[#9489] linked label to its element
Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7686 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f108ff95dc
commit
d1a59a2a7d
|
@ -7,7 +7,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<p><%= f.select :issues_visibility, Role::ISSUES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p>
|
<p><%= f.select :issues_visibility, Role::ISSUES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p>
|
||||||
<% if @role.new_record? && @roles.any? %>
|
<% if @role.new_record? && @roles.any? %>
|
||||||
<p><label><%= l(:label_copy_workflow_from) %></label>
|
<p><label for="copy_workflow_from"><%= l(:label_copy_workflow_from) %></label>
|
||||||
<%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles, :id, :name)) %></p>
|
<%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles, :id, :name)) %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue