@@ -23,8 +23,8 | |||||
23 | <label for='criterias'><%= l(:button_add) %></label>: <%= select_tag('criteria[]', options_for_select([[]] + (@report.available_criteria.keys - @report.criteria).collect{|k| [l_or_humanize(@report.available_criteria[k][:label]), k]}), |
|
23 | <label for='criterias'><%= l(:button_add) %></label>: <%= select_tag('criteria[]', options_for_select([[]] + (@report.available_criteria.keys - @report.criteria).collect{|k| [l_or_humanize(@report.available_criteria[k][:label]), k]}), | |
24 | :onchange => "this.form.submit();", |
|
24 | :onchange => "this.form.submit();", | |
25 | :style => 'width: 200px', |
|
25 | :style => 'width: 200px', | |
26 |
: |
|
26 | :disabled => (@report.criteria.length >= 3), | |
27 |
: |
|
27 | :id => "criterias") %> | |
28 | <%= link_to l(:button_clear), {:project_id => @project, :issue_id => @issue, :period_type => params[:period_type], :period => params[:period], :from => @from, :to => @to, :columns => @report.columns}, :class => 'icon icon-reload' %></p> |
|
28 | <%= link_to l(:button_clear), {:project_id => @project, :issue_id => @issue, :period_type => params[:period_type], :period => params[:period], :from => @from, :to => @to, :columns => @report.columns}, :class => 'icon icon-reload' %></p> | |
29 | <% end %> |
|
29 | <% end %> | |
30 |
|
30 |
General Comments 0
You need to be logged in to leave comments.
Login now