<%= 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">
var button = document.createElement('button');
button.setAttribute('type','button');
+ button.tabIndex = 200;
if (this.className) button.className = this.className;
button.title = this.title;
var span = document.createElement('span');