diff options
author | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2010-08-04 20:52:31 +0000 |
---|---|---|
committer | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2010-08-04 20:52:31 +0000 |
commit | 8a2bc5772e0ef3aae1150ce55aba5f78af4749ef (patch) | |
tree | d299efdac008e325886e6c5c7a5c2810daac1d8d /app/views | |
parent | 491c9d2b55265365fedb7e11aad01d64ba70b9dc (diff) | |
download | redmine-8a2bc5772e0ef3aae1150ce55aba5f78af4749ef.tar.gz redmine-8a2bc5772e0ef3aae1150ce55aba5f78af4749ef.zip |
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
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/issues/_relations.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_relations.rhtml b/app/views/issues/_relations.rhtml index 83a78b1c8..71eaaa673 100644 --- a/app/views/issues/_relations.rhtml +++ b/app/views/issues/_relations.rhtml @@ -1,6 +1,6 @@ <div class="contextual"> <% 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 %> </div> |