Focus on the input when adding a related issue on issues/show page. #4656
Contributed by Edouard Briere git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3915 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
491c9d2b55
commit
8a2bc5772e
|
@ -1,6 +1,6 @@
|
||||||
<div class="contextual">
|
<div class="contextual">
|
||||||
<% if authorize_for('issue_relations', 'new') %>
|
<% if authorize_for('issue_relations', 'new') %>
|
||||||
<%= toggle_link l(:button_add), 'new-relation-form'%>
|
<%= toggle_link l(:button_add), 'new-relation-form', {:focus => 'relation_issue_to_id'} %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue