summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-20 17:36:01 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-20 17:36:01 +0000
commitd5b9dedca2298e8b95bbb8ac309ddfe8454a8c76 (patch)
treec6585abea45ec938d150cb549c687eb4ec6fb81d /app
parent0b4a02f607a1eefb89bc37b734375fb7d70afc6c (diff)
downloadredmine-d5b9dedca2298e8b95bbb8ac309ddfe8454a8c76.tar.gz
redmine-d5b9dedca2298e8b95bbb8ac309ddfe8454a8c76.zip
Added tabindex property on wiki toolbar buttons and 'new category' link.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1087 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/issues/_form.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_form.rhtml b/app/views/issues/_form.rhtml
index d91effedf..0f5e10de9 100644
--- a/app/views/issues/_form.rhtml
+++ b/app/views/issues/_form.rhtml
@@ -21,7 +21,7 @@
<%= prompt_to_remote(l(:label_issue_category_new),
l(:label_issue_category_new), 'category[name]',
{:controller => 'projects', :action => 'add_issue_category', :id => @project},
- :class => 'small') if authorize_for('projects', 'add_issue_category') %></p>
+ :class => 'small', :tabindex => 199) if authorize_for('projects', 'add_issue_category') %></p>
</div>
<div class="splitcontentright">