mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-23 08:51:13 +00:00
Adds toggle checkboxes to activities tab from project settings (#28242).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17213 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5ed4031b64
commit
d2f6ccde4a
@ -7,7 +7,7 @@
|
|||||||
<% TimeEntryActivity.new.available_custom_fields.each do |value| %>
|
<% TimeEntryActivity.new.available_custom_fields.each do |value| %>
|
||||||
<th><%= value.name %></th>
|
<th><%= value.name %></th>
|
||||||
<% end %>
|
<% end %>
|
||||||
<th><%= l(:field_active) %></th>
|
<th><%= toggle_checkboxes_link('input.enumerations_active') %> <%= l(:field_active) %></th>
|
||||||
</tr></thead>
|
</tr></thead>
|
||||||
|
|
||||||
<% @project.activities(true).each do |enumeration| %>
|
<% @project.activities(true).each do |enumeration| %>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<% end %>
|
<% end %>
|
||||||
<td>
|
<td>
|
||||||
<%= ff.check_box :active %>
|
<%= ff.check_box :active, :class => 'enumerations_active' %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user